#0B421A

Color #0B421A Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0B421A

Tints of Deep Fir #0B421A

Color information

#0B421A (or 0x0B421A) is unknown color: approx Deep Fir. HEX triplet: 0B, 42 and 1A. RGB value is (11,66,26). Sum of RGB (Red+Green+Blue) = 11+66+26=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #0B421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B421A is #F4BDE5. Grayscale: #2D2D2D. Windows color (decimal): -16039398 or 1720843. OLE color: 1720843.

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

Color convert

RGB116626-
CMYK0.8300.610.74
HSL136.36º71.43%15.1%-
HSV(B)136.36º83.33%25.88%-
XYZ2.274.041.64-
YUV45117.28103.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 66 (26.17% from 255) = 64.08%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=10.68%
G=64.08%
B=25.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1166260.8300.610.74136.3671.4315.1
HexB421A5303D4A8847f
Octal131023212307511221010717
Binary10111000010110101010011011110110010101000100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,66,26); }

 H1.HeaderClassName
 {
   color: #0B421A;
 }
 .AnyTagClassName
 {
   color: #0B421A;
 }
</style>
background-color css

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

 a { background-color: rgb(11,66,26); }

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

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

 span { border-color: rgb(11,66,26); }

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