Html Css Color HEX #010614 Black Russian

📋 copy color: '#010614'

red 1 ◦ green 6 ◦ blue 20

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

Shades of Black Russian #010614

Tints of Black Russian #010614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 22.22%

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

R = 3.7%
G = 22.22%
B = 74.07%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010614 (or 0x010614) is known color: Black Russian. HEX triplet: 01, 06 and 14. RGB value is (1,6,20). Sum of RGB (Red+Green+Blue) = 1+6+20=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #010614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010614 is #FEF9EB. Grayscale: #060606. Windows color (decimal): -16710124 or 1312257. OLE color: 1312257.

HSL color Cylindrical-coordinate representation of color #010614: hue angle of 224.21º 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 #010614 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 6 20 -
CMYK 0.95 0.70 0 0.92
HSL 224.21º 0.9% 0.04% -
HSV(B) 224.21º 0.95% 0.08% -
XYZ 0.2 0.19 0.69 -
YUV 6.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 1 6 20 0.95 0.70 0 0.92 224.21 0.9 0.04
Hex 1 6 14 5F 46 0 5C E0 5A 4
Octal 1 6 24 137 106 0 134 340 132 4
Binary 1 110 10100 1011111 1000110 0 1011100 11100000 1011010 100

Color Harmonies of #010614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010614

Black with #010614

Text Example


Text Example

White with #010614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010614; }

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

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

background-color css

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

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

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

border-color css

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

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

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