#0B301A

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

Shades of Deep Fir #0B301A

Tints of Deep Fir #0B301A

Color information

#0B301A (or 0x0B301A) is unknown color: approx Deep Fir. HEX triplet: 0B, 30 and 1A. RGB value is (11,48,26). Sum of RGB (Red+Green+Blue) = 11+48+26=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #0B301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B301A is #F4CFE5. Grayscale: #222222. Windows color (decimal): -16044006 or 1716235. OLE color: 1716235.

HSL color Cylindrical-coordinate representation of color #0B301A: hue angle of 144.32º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B301A is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB114826-
CMYK0.7700.460.81
HSL144.32º62.71%11.57%-
HSV(B)144.32º77.08%18.82%-
XYZ1.382.261.34-
YUV34.43123.24111.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.94%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=12.94%
G=56.47%
B=30.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148260.7700.460.81144.3262.7111.57
HexB301A4D02E51903fc
Octal1360321150561212207714
Binary101111000011010100110101011101010001100100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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