Html Css Color HEX #012307 Deep Fir

📋 copy color: '#012307'

red 1 ◦ green 35 ◦ blue 7

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

Shades of Deep Fir #012307

Tints of Deep Fir #012307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 81.4%

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

R = 2.33%
G = 81.4%
B = 16.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#012307 (or 0x012307) is known color: Deep Fir. HEX triplet: 01, 23 and 07. RGB value is (1,35,7). Sum of RGB (Red+Green+Blue) = 1+35+7=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 35 (14.06% from 255 or 81.40% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 35 - color contains mainly: green. Hex color #012307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012307 is #FEDCF8. Grayscale: #151515. Windows color (decimal): -16702713 or 467713. OLE color: 467713.

HSL color Cylindrical-coordinate representation of color #012307: hue angle of 130.59º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012307 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 35 7 -
CMYK 0.97 0 0.80 0.86
HSL 130.59º 0.94% 0.07% -
HSV(B) 130.59º 0.97% 0.14% -
XYZ 0.65 1.22 0.4 -
YUV 21.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 1 35 7 0.97 0 0.80 0.86 130.59 0.94 0.07
Hex 1 23 7 61 0 50 56 83 5E 7
Octal 1 43 7 141 0 120 126 203 136 7
Binary 1 100011 111 1100001 0 1010000 1010110 10000011 1011110 111

Color Harmonies of #012307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012307

Black with #012307

Text Example


Text Example

White with #012307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012307; }

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

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

background-color css

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

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

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

border-color css

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

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

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