Html Css Color HEX #012B09 Deep Fir

📋 copy color: '#012B09'

red 1 ◦ green 43 ◦ blue 9

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

Shades of Deep Fir #012B09

Tints of Deep Fir #012B09

RGB

 RED value IS 1 (0.78% from 255) = 1.89%

 GREEN value IS 43 (17.19% from 255) = 81.13%

 BLUE value IS 9 (3.91% from 255) = 16.98%

R = 1.89%
G = 81.13%
B = 16.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.83

RGB Variations

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

Color information

#012B09 (or 0x012B09) is known color: Deep Fir. HEX triplet: 01, 2B and 09. RGB value is (1,43,9). Sum of RGB (Red+Green+Blue) = 1+43+9=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 43 (17.19% from 255 or 81.13% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 43 - color contains mainly: green. Hex color #012B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012B09 is #FED4F6. Grayscale: #1A1A1A. Windows color (decimal): -16700663 or 600833. OLE color: 600833.

HSL color Cylindrical-coordinate representation of color #012B09: hue angle of 131.43º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012B09 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 43 9 -
CMYK 0.98 0 0.79 0.83
HSL 131.43º 0.95% 0.09% -
HSV(B) 131.43º 0.98% 0.17% -
XYZ 0.93 1.75 0.55 -
YUV 26.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 1 43 9 0.98 0 0.79 0.83 131.43 0.95 0.09
Hex 1 2B 9 62 0 4F 53 83 5F 9
Octal 1 53 11 142 0 117 123 203 137 11
Binary 1 101011 1001 1100010 0 1001111 1010011 10000011 1011111 1001

Color Harmonies of #012B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B09

Black with #012B09

Text Example


Text Example

White with #012B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B09; }

 p { color: rgb(1,43,9); }

 H1.HeaderClassName
 {
   color: #012B09;
 }
 .AnyTagClassName
 {
   color: #012B09;
 }
</style>

background-color css

<style>
 a { background-color: #012B09; }

 a { background-color: rgb(1,43,9); }

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

border-color css

<style>
 span { border-color: #012B09; }

 span { border-color: rgb(1,43,9); }

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