Html Css Color HEX #010414 Black Russian

📋 copy color: '#010414'

red 1 ◦ green 4 ◦ blue 20

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

Shades of Black Russian #010414

Tints of Black Russian #010414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 16%

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

R = 4%
G = 16%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010414 (or 0x010414) is known color: Black Russian. HEX triplet: 01, 04 and 14. RGB value is (1,4,20). Sum of RGB (Red+Green+Blue) = 1+4+20=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 20 (8.20% from 255 or 80% from 25); Max value from RGB is 20 - color contains mainly: blue. Hex color #010414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010414 is #FEFBEB. Grayscale: #040404. Windows color (decimal): -16710636 or 1311745. OLE color: 1311745.

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

Color convert

RGB 1 4 20 -
CMYK 0.95 0.80 0 0.92
HSL 230.53º 0.9% 0.04% -
HSV(B) 230.53º 0.95% 0.08% -
XYZ 0.18 0.14 0.68 -
YUV 4.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 1 4 20 0.95 0.80 0 0.92 230.53 0.9 0.04
Hex 1 4 14 5F 50 0 5C E7 5A 4
Octal 1 4 24 137 120 0 134 347 132 4
Binary 1 100 10100 1011111 1010000 0 1011100 11100111 1011010 100

Color Harmonies of #010414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010414

Black with #010414

Text Example


Text Example

White with #010414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010414; }

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

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

background-color css

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

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

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

border-color css

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

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

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