Html Css Color HEX #0B471B Deep Fir

📋 copy color: '#0B471B'

red 11 ◦ green 71 ◦ blue 27

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

Shades of Deep Fir #0B471B

Tints of Deep Fir #0B471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 65.14%

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

R = 10.09%
G = 65.14%
B = 24.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#0B471B (or 0x0B471B) is known color: Deep Fir. HEX triplet: 0B, 47 and 1B. RGB value is (11,71,27). Sum of RGB (Red+Green+Blue) = 11+71+27=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #0B471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B471B is #F4B8E4. Grayscale: #303030. Windows color (decimal): -16038117 or 1787659. OLE color: 1787659.

HSL color Cylindrical-coordinate representation of color #0B471B: hue angle of 136º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B471B is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 27 -
CMYK 0.85 0 0.62 0.72
HSL 136º 0.73% 0.16% -
HSV(B) 136º 0.85% 0.28% -
XYZ 2.59 4.66 1.8 -
YUV 48.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 11 71 27 0.85 0 0.62 0.72 136 0.73 0.16
Hex B 47 1B 55 0 3E 48 88 49 10
Octal 13 107 33 125 0 76 110 210 111 20
Binary 1011 1000111 11011 1010101 0 111110 1001000 10001000 1001001 10000

Color Harmonies of #0B471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B471B

Black with #0B471B

Text Example


Text Example

White with #0B471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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