Html Css Color HEX #0B371B Deep Fir

📋 copy color: '#0B371B'

red 11 ◦ green 55 ◦ blue 27

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

Shades of Deep Fir #0B371B

Tints of Deep Fir #0B371B

RGB

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

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

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

R = 11.83%
G = 59.14%
B = 29.03%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#0B371B (or 0x0B371B) is known color: Deep Fir. HEX triplet: 0B, 37 and 1B. RGB value is (11,55,27). Sum of RGB (Red+Green+Blue) = 11+55+27=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #0B371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B371B is #F4C8E4. Grayscale: #262626. Windows color (decimal): -16042213 or 1783563. OLE color: 1783563.

HSL color Cylindrical-coordinate representation of color #0B371B: hue angle of 141.82º 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 #0B371B is Cyan = 0.8, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 55 27 -
CMYK 0.8 0 0.51 0.78
HSL 141.82º 0.67% 0.13% -
HSV(B) 141.82º 0.8% 0.22% -
XYZ 1.7 2.88 1.5 -
YUV 38.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 11 55 27 0.8 0 0.51 0.78 141.82 0.67 0.13
Hex B 37 1B 50 0 33 4E 8E 43 D
Octal 13 67 33 120 0 63 116 216 103 15
Binary 1011 110111 11011 1010000 0 110011 1001110 10001110 1000011 1101

Color Harmonies of #0B371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B371B

Black with #0B371B

Text Example


Text Example

White with #0B371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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