Html Css Color HEX #012707 Deep Fir

📋 copy color: '#012707'

red 1 ◦ green 39 ◦ blue 7

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

Shades of Deep Fir #012707

Tints of Deep Fir #012707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 82.98%

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

R = 2.13%
G = 82.98%
B = 14.89%

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

#012707 (or 0x012707) is known color: Deep Fir. HEX triplet: 01, 27 and 07. RGB value is (1,39,7). Sum of RGB (Red+Green+Blue) = 1+39+7=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 39 (15.62% from 255 or 82.98% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 39 - color contains mainly: green. Hex color #012707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012707 is #FED8F8. Grayscale: #181818. Windows color (decimal): -16701689 or 468737. OLE color: 468737.

HSL color Cylindrical-coordinate representation of color #012707: hue angle of 129.47º 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 #012707 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 39 7 -
CMYK 0.97 0 0.82 0.85
HSL 129.47º 0.95% 0.08% -
HSV(B) 129.47º 0.97% 0.15% -
XYZ 0.78 1.47 0.44 -
YUV 23.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 1 39 7 0.97 0 0.82 0.85 129.47 0.95 0.08
Hex 1 27 7 61 0 52 55 81 5F 8
Octal 1 47 7 141 0 122 125 201 137 10
Binary 1 100111 111 1100001 0 1010010 1010101 10000001 1011111 1000

Color Harmonies of #012707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012707

Black with #012707

Text Example


Text Example

White with #012707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012707; }

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

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

background-color css

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

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

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

border-color css

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

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

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