Html Css Color HEX #0B2B15 Deep Fir

📋 copy color: '#0B2B15'

red 11 ◦ green 43 ◦ blue 21

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

Shades of Deep Fir #0B2B15

Tints of Deep Fir #0B2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 57.33%

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

R = 14.67%
G = 57.33%
B = 28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.83

RGB Variations

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

Color information

#0B2B15 (or 0x0B2B15) is known color: Deep Fir. HEX triplet: 0B, 2B and 15. RGB value is (11,43,21). Sum of RGB (Red+Green+Blue) = 11+43+21=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2B15 is #F4D4EA. Grayscale: #1E1E1E. Windows color (decimal): -16045291 or 1387275. OLE color: 1387275.

HSL color Cylindrical-coordinate representation of color #0B2B15: hue angle of 138.75º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2B15 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 43 21 -
CMYK 0.74 0 0.51 0.83
HSL 138.75º 0.59% 0.11% -
HSV(B) 138.75º 0.74% 0.17% -
XYZ 1.14 1.85 1.01 -
YUV 30.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 11 43 21 0.74 0 0.51 0.83 138.75 0.59 0.11
Hex B 2B 15 4A 0 33 53 8B 3B B
Octal 13 53 25 112 0 63 123 213 73 13
Binary 1011 101011 10101 1001010 0 110011 1010011 10001011 111011 1011

Color Harmonies of #0B2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2B15

Black with #0B2B15

Text Example


Text Example

White with #0B2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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