Html Css Color HEX #0B471C Deep Fir

📋 copy color: '#0B471C'

red 11 ◦ green 71 ◦ blue 28

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

Shades of Deep Fir #0B471C

Tints of Deep Fir #0B471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.45%

R = 10%
G = 64.55%
B = 25.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#0B471C (or 0x0B471C) is known color: Deep Fir. HEX triplet: 0B, 47 and 1C. RGB value is (11,71,28). Sum of RGB (Red+Green+Blue) = 11+71+28=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #0B471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B471C is #F4B8E3. Grayscale: #303030. Windows color (decimal): -16038116 or 1853195. OLE color: 1853195.

HSL color Cylindrical-coordinate representation of color #0B471C: hue angle of 137º 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 #0B471C is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 28 -
CMYK 0.85 0 0.61 0.72
HSL 137º 0.73% 0.16% -
HSV(B) 137º 0.85% 0.28% -
XYZ 2.6 4.66 1.86 -
YUV 48.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 11 71 28 0.85 0 0.61 0.72 137 0.73 0.16
Hex B 47 1C 55 0 3D 48 89 49 10
Octal 13 107 34 125 0 75 110 211 111 20
Binary 1011 1000111 11100 1010101 0 111101 1001000 10001001 1001001 10000

Color Harmonies of #0B471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B471C

Black with #0B471C

Text Example


Text Example

White with #0B471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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