Html Css Color HEX #01290A Deep Fir

📋 copy color: '#01290A'

red 1 ◦ green 41 ◦ blue 10

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

Shades of Deep Fir #01290A

Tints of Deep Fir #01290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 78.85%

 BLUE value IS 10 (4.3% from 255) = 19.23%

R = 1.92%
G = 78.85%
B = 19.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.84

RGB Variations

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

Color information

#01290A (or 0x01290A) is known color: Deep Fir. HEX triplet: 01, 29 and 0A. RGB value is (1,41,10). Sum of RGB (Red+Green+Blue) = 1+41+10=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 41 (16.41% from 255 or 78.85% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 41 - color contains mainly: green. Hex color #01290A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01290A is #FED6F5. Grayscale: #191919. Windows color (decimal): -16701174 or 665857. OLE color: 665857.

HSL color Cylindrical-coordinate representation of color #01290A: hue angle of 133.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01290A is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 41 10 -
CMYK 0.98 0 0.76 0.84
HSL 133.5º 0.95% 0.08% -
HSV(B) 133.5º 0.98% 0.16% -
XYZ 0.86 1.61 0.55 -
YUV 25.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 1 41 10 0.98 0 0.76 0.84 133.5 0.95 0.08
Hex 1 29 A 62 0 4C 54 86 5F 8
Octal 1 51 12 142 0 114 124 206 137 10
Binary 1 101001 1010 1100010 0 1001100 1010100 10000110 1011111 1000

Color Harmonies of #01290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01290A

Black with #01290A

Text Example


Text Example

White with #01290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01290A; }

 p { color: rgb(1,41,10); }

 H1.HeaderClassName
 {
   color: #01290A;
 }
 .AnyTagClassName
 {
   color: #01290A;
 }
</style>

background-color css

<style>
 a { background-color: #01290A; }

 a { background-color: rgb(1,41,10); }

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

border-color css

<style>
 span { border-color: #01290A; }

 span { border-color: rgb(1,41,10); }

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