Html Css Color HEX #0B3B15 Deep Fir

📋 copy color: '#0B3B15'

red 11 ◦ green 59 ◦ blue 21

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

Shades of Deep Fir #0B3B15

Tints of Deep Fir #0B3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 64.84%

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 12.09%
G = 64.84%
B = 23.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#0B3B15 (or 0x0B3B15) is known color: Deep Fir. HEX triplet: 0B, 3B and 15. RGB value is (11,59,21). Sum of RGB (Red+Green+Blue) = 11+59+21=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 59 (23.44% from 255 or 64.84% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 59 - color contains mainly: green. Hex color #0B3B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3B15 is #F4C4EA. Grayscale: #282828. Windows color (decimal): -16041195 or 1391371. OLE color: 1391371.

HSL color Cylindrical-coordinate representation of color #0B3B15: hue angle of 132.5º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3B15 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 59 21 -
CMYK 0.81 0 0.64 0.77
HSL 132.5º 0.69% 0.14% -
HSV(B) 132.5º 0.81% 0.23% -
XYZ 1.84 3.25 1.24 -
YUV 40.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 11 59 21 0.81 0 0.64 0.77 132.5 0.69 0.14
Hex B 3B 15 51 0 40 4D 84 45 E
Octal 13 73 25 121 0 100 115 204 105 16
Binary 1011 111011 10101 1010001 0 1000000 1001101 10000100 1000101 1110

Color Harmonies of #0B3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3B15

Black with #0B3B15

Text Example


Text Example

White with #0B3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,59,21); }

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

background-color css

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

 a { background-color: rgb(11,59,21); }

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

border-color css

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

 span { border-color: rgb(11,59,21); }

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