Html Css Color HEX #012607 Deep Fir

📋 copy color: '#012607'

red 1 ◦ green 38 ◦ blue 7

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

Shades of Deep Fir #012607

Tints of Deep Fir #012607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 82.61%

 BLUE value IS 7 (3.13% from 255) = 15.22%

R = 2.17%
G = 82.61%
B = 15.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#012607 (or 0x012607) is known color: Deep Fir. HEX triplet: 01, 26 and 07. RGB value is (1,38,7). Sum of RGB (Red+Green+Blue) = 1+38+7=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 38 (15.23% from 255 or 82.61% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 38 - color contains mainly: green. Hex color #012607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012607 is #FED9F8. Grayscale: #171717. Windows color (decimal): -16701945 or 468481. OLE color: 468481.

HSL color Cylindrical-coordinate representation of color #012607: hue angle of 129.73º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012607 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 38 7 -
CMYK 0.97 0 0.82 0.85
HSL 129.73º 0.95% 0.08% -
HSV(B) 129.73º 0.97% 0.15% -
XYZ 0.74 1.41 0.43 -
YUV 23.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 1 38 7 0.97 0 0.82 0.85 129.73 0.95 0.08
Hex 1 26 7 61 0 52 55 82 5F 8
Octal 1 46 7 141 0 122 125 202 137 10
Binary 1 100110 111 1100001 0 1010010 1010101 10000010 1011111 1000

Color Harmonies of #012607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012607

Black with #012607

Text Example


Text Example

White with #012607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012607; }

 p { color: rgb(1,38,7); }

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

background-color css

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

 a { background-color: rgb(1,38,7); }

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

border-color css

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

 span { border-color: rgb(1,38,7); }

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