Html Css Color HEX #0B331C Deep Fir

📋 copy color: '#0B331C'

red 11 ◦ green 51 ◦ blue 28

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

Shades of Deep Fir #0B331C

Tints of Deep Fir #0B331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.67%

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

R = 12.22%
G = 56.67%
B = 31.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#0B331C (or 0x0B331C) is known color: Deep Fir. HEX triplet: 0B, 33 and 1C. RGB value is (11,51,28). Sum of RGB (Red+Green+Blue) = 11+51+28=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #0B331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B331C is #F4CCE3. Grayscale: #242424. Windows color (decimal): -16043236 or 1848075. OLE color: 1848075.

HSL color Cylindrical-coordinate representation of color #0B331C: hue angle of 145.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B331C is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB 11 51 28 -
CMYK 0.78 0 0.45 0.8
HSL 145.5º 0.65% 0.12% -
HSV(B) 145.5º 0.78% 0.2% -
XYZ 1.53 2.52 1.5 -
YUV 36.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 11 51 28 0.78 0 0.45 0.8 145.5 0.65 0.12
Hex B 33 1C 4E 0 2D 50 92 41 C
Octal 13 63 34 116 0 55 120 222 101 14
Binary 1011 110011 11100 1001110 0 101101 1010000 10010010 1000001 1100

Color Harmonies of #0B331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B331C

Black with #0B331C

Text Example


Text Example

White with #0B331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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