Html Css Color HEX #0B371D Deep Fir

📋 copy color: '#0B371D'

red 11 ◦ green 55 ◦ blue 29

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

Shades of Deep Fir #0B371D

Tints of Deep Fir #0B371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 57.89%

 BLUE value IS 29 (11.72% from 255) = 30.53%

R = 11.58%
G = 57.89%
B = 30.53%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#0B371D (or 0x0B371D) is known color: Deep Fir. HEX triplet: 0B, 37 and 1D. RGB value is (11,55,29). Sum of RGB (Red+Green+Blue) = 11+55+29=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #0B371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B371D is #F4C8E2. Grayscale: #262626. Windows color (decimal): -16042211 or 1914635. OLE color: 1914635.

HSL color Cylindrical-coordinate representation of color #0B371D: hue angle of 144.55º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B371D is Cyan = 0.8, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 55 29 -
CMYK 0.8 0 0.47 0.78
HSL 144.55º 0.67% 0.13% -
HSV(B) 144.55º 0.8% 0.22% -
XYZ 1.73 2.89 1.63 -
YUV 38.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 11 55 29 0.8 0 0.47 0.78 144.55 0.67 0.13
Hex B 37 1D 50 0 2F 4E 91 43 D
Octal 13 67 35 120 0 57 116 221 103 15
Binary 1011 110111 11101 1010000 0 101111 1001110 10010001 1000011 1101

Color Harmonies of #0B371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B371D

Black with #0B371D

Text Example


Text Example

White with #0B371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,55,29); }

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

background-color css

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

 a { background-color: rgb(11,55,29); }

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

border-color css

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

 span { border-color: rgb(11,55,29); }

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