Html Css Color HEX #010714 Black Russian

📋 copy color: '#010714'

red 1 ◦ green 7 ◦ blue 20

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

Shades of Black Russian #010714

Tints of Black Russian #010714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 71.43%

R = 3.57%
G = 25%
B = 71.43%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010714 (or 0x010714) is known color: Black Russian. HEX triplet: 01, 07 and 14. RGB value is (1,7,20). Sum of RGB (Red+Green+Blue) = 1+7+20=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 20 (8.20% from 255 or 71.43% from 28); Max value from RGB is 20 - color contains mainly: blue. Hex color #010714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010714 is #FEF8EB. Grayscale: #060606. Windows color (decimal): -16709868 or 1312513. OLE color: 1312513.

HSL color Cylindrical-coordinate representation of color #010714: hue angle of 221.05º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010714 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 7 20 -
CMYK 0.95 0.65 0 0.92
HSL 221.05º 0.9% 0.04% -
HSV(B) 221.05º 0.95% 0.08% -
XYZ 0.21 0.21 0.69 -
YUV 6.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 1 7 20 0.95 0.65 0 0.92 221.05 0.9 0.04
Hex 1 7 14 5F 41 0 5C DD 5A 4
Octal 1 7 24 137 101 0 134 335 132 4
Binary 1 111 10100 1011111 1000001 0 1011100 11011101 1011010 100

Color Harmonies of #010714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010714

Black with #010714

Text Example


Text Example

White with #010714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010714; }

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

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

background-color css

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

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

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

border-color css

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

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

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