Html Css Color HEX #0B371A Deep Fir

📋 copy color: '#0B371A'

red 11 ◦ green 55 ◦ blue 26

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

Shades of Deep Fir #0B371A

Tints of Deep Fir #0B371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 28.26%

R = 11.96%
G = 59.78%
B = 28.26%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#0B371A (or 0x0B371A) is known color: Deep Fir. HEX triplet: 0B, 37 and 1A. RGB value is (11,55,26). Sum of RGB (Red+Green+Blue) = 11+55+26=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 55 (21.88% from 255 or 59.78% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 55 - color contains mainly: green. Hex color #0B371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B371A is #F4C8E5. Grayscale: #262626. Windows color (decimal): -16042214 or 1718027. OLE color: 1718027.

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

Color convert

RGB 11 55 26 -
CMYK 0.8 0 0.53 0.78
HSL 140.45º 0.67% 0.13% -
HSV(B) 140.45º 0.8% 0.22% -
XYZ 1.69 2.88 1.44 -
YUV 38.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 11 55 26 0.8 0 0.53 0.78 140.45 0.67 0.13
Hex B 37 1A 50 0 35 4E 8C 43 D
Octal 13 67 32 120 0 65 116 214 103 15
Binary 1011 110111 11010 1010000 0 110101 1001110 10001100 1000011 1101

Color Harmonies of #0B371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B371A

Black with #0B371A

Text Example


Text Example

White with #0B371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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