Html Css Color HEX #0B4015 Deep Fir

📋 copy color: '#0B4015'

red 11 ◦ green 64 ◦ blue 21

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

Shades of Deep Fir #0B4015

Tints of Deep Fir #0B4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 66.67%

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

R = 11.46%
G = 66.67%
B = 21.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#0B4015 (or 0x0B4015) is known color: Deep Fir. HEX triplet: 0B, 40 and 15. RGB value is (11,64,21). Sum of RGB (Red+Green+Blue) = 11+64+21=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4015 is #F4BFEA. Grayscale: #2B2B2B. Windows color (decimal): -16039915 or 1392651. OLE color: 1392651.

HSL color Cylindrical-coordinate representation of color #0B4015: hue angle of 131.32º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4015 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 64 21 -
CMYK 0.83 0 0.67 0.75
HSL 131.32º 0.71% 0.15% -
HSV(B) 131.32º 0.83% 0.25% -
XYZ 2.11 3.79 1.33 -
YUV 43.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 11 64 21 0.83 0 0.67 0.75 131.32 0.71 0.15
Hex B 40 15 53 0 43 4B 83 47 F
Octal 13 100 25 123 0 103 113 203 107 17
Binary 1011 1000000 10101 1010011 0 1000011 1001011 10000011 1000111 1111

Color Harmonies of #0B4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4015

Black with #0B4015

Text Example


Text Example

White with #0B4015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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