Html Css Color HEX #0B441D Deep Fir

📋 copy color: '#0B441D'

red 11 ◦ green 68 ◦ blue 29

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

Shades of Deep Fir #0B441D

Tints of Deep Fir #0B441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 62.96%

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

R = 10.19%
G = 62.96%
B = 26.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#0B441D (or 0x0B441D) is known color: Deep Fir. HEX triplet: 0B, 44 and 1D. RGB value is (11,68,29). Sum of RGB (Red+Green+Blue) = 11+68+29=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #0B441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B441D is #F4BBE2. Grayscale: #2E2E2E. Windows color (decimal): -16038883 or 1917963. OLE color: 1917963.

HSL color Cylindrical-coordinate representation of color #0B441D: hue angle of 138.95º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B441D is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 11 68 29 -
CMYK 0.84 0 0.57 0.73
HSL 138.95º 0.72% 0.15% -
HSV(B) 138.95º 0.84% 0.27% -
XYZ 2.43 4.29 1.86 -
YUV 46.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 11 68 29 0.84 0 0.57 0.73 138.95 0.72 0.15
Hex B 44 1D 54 0 39 49 8B 48 F
Octal 13 104 35 124 0 71 111 213 110 17
Binary 1011 1000100 11101 1010100 0 111001 1001001 10001011 1001000 1111

Color Harmonies of #0B441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B441D

Black with #0B441D

Text Example


Text Example

White with #0B441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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