Html Css Color HEX #0B401D Deep Fir

📋 copy color: '#0B401D'

red 11 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #0B401D

Tints of Deep Fir #0B401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 10.58%
G = 61.54%
B = 27.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#0B401D (or 0x0B401D) is known color: Deep Fir. HEX triplet: 0B, 40 and 1D. RGB value is (11,64,29). Sum of RGB (Red+Green+Blue) = 11+64+29=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #0B401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B401D is #F4BFE2. Grayscale: #2C2C2C. Windows color (decimal): -16039907 or 1916939. OLE color: 1916939.

HSL color Cylindrical-coordinate representation of color #0B401D: hue angle of 140.38º 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 #0B401D is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 64 29 -
CMYK 0.83 0 0.55 0.75
HSL 140.38º 0.71% 0.15% -
HSV(B) 140.38º 0.83% 0.25% -
XYZ 2.19 3.83 1.79 -
YUV 44.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 11 64 29 0.83 0 0.55 0.75 140.38 0.71 0.15
Hex B 40 1D 53 0 37 4B 8C 47 F
Octal 13 100 35 123 0 67 113 214 107 17
Binary 1011 1000000 11101 1010011 0 110111 1001011 10001100 1000111 1111

Color Harmonies of #0B401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B401D

Black with #0B401D

Text Example


Text Example

White with #0B401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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