Html Css Color HEX #0B421B Deep Fir

📋 copy color: '#0B421B'

red 11 ◦ green 66 ◦ blue 27

#0B421B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #0B421B

Tints of Deep Fir #0B421B

RGB

 RED value IS 11 (4.69% from 255) = 10.58%

 GREEN value IS 66 (26.17% from 255) = 63.46%

 BLUE value IS 27 (10.94% from 255) = 25.96%

R = 10.58%
G = 63.46%
B = 25.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0B421B (or 0x0B421B) is known color: Deep Fir. HEX triplet: 0B, 42 and 1B. RGB value is (11,66,27). Sum of RGB (Red+Green+Blue) = 11+66+27=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #0B421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B421B is #F4BDE4. Grayscale: #2D2D2D. Windows color (decimal): -16039397 or 1786379. OLE color: 1786379.

HSL color Cylindrical-coordinate representation of color #0B421B: hue angle of 137.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B421B is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 11 66 27 -
CMYK 0.83 0 0.59 0.74
HSL 137.45º 0.71% 0.15% -
HSV(B) 137.45º 0.83% 0.26% -
XYZ 2.28 4.05 1.7 -
YUV 45.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 11 66 27 0.83 0 0.59 0.74 137.45 0.71 0.15
Hex B 42 1B 53 0 3B 4A 89 47 F
Octal 13 102 33 123 0 73 112 211 107 17
Binary 1011 1000010 11011 1010011 0 111011 1001010 10001001 1000111 1111

Color Harmonies of #0B421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B421B

Black with #0B421B

Text Example


Text Example

White with #0B421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B421B; }

 p { color: rgb(11,66,27); }

 H1.HeaderClassName
 {
   color: #0B421B;
 }
 .AnyTagClassName
 {
   color: #0B421B;
 }
</style>

background-color css

<style>
 a { background-color: #0B421B; }

 a { background-color: rgb(11,66,27); }

 div.DivClassName
 {
   background-color: #0B421B;
 }
 .BgClassName
 {
   background-color: #0B421B;
 }
</style>

border-color css

<style>
 span { border-color: #0B421B; }

 span { border-color: rgb(11,66,27); }

 td.TdClassName
 {
   border-color: #0B421B;
 }
 .TagClassName
 {
   border-color: #0B421B;
 }
</style>