Html Css Color HEX #010418 Black Russian

📋 copy color: '#010418'

red 1 ◦ green 4 ◦ blue 24

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

Shades of Black Russian #010418

Tints of Black Russian #010418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 82.76%

R = 3.45%
G = 13.79%
B = 82.76%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010418 (or 0x010418) is known color: Black Russian. HEX triplet: 01, 04 and 18. RGB value is (1,4,24). Sum of RGB (Red+Green+Blue) = 1+4+24=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #010418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010418 is #FEFBE7. Grayscale: #050505. Windows color (decimal): -16710632 or 1573889. OLE color: 1573889.

HSL color Cylindrical-coordinate representation of color #010418: hue angle of 232.17º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010418 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 4 24 -
CMYK 0.96 0.83 0 0.91
HSL 232.17º 0.92% 0.05% -
HSV(B) 232.17º 0.96% 0.09% -
XYZ 0.22 0.16 0.88 -
YUV 5.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 1 4 24 0.96 0.83 0 0.91 232.17 0.92 0.05
Hex 1 4 18 60 53 0 5B E8 5C 5
Octal 1 4 30 140 123 0 133 350 134 5
Binary 1 100 11000 1100000 1010011 0 1011011 11101000 1011100 101

Color Harmonies of #010418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010418

Black with #010418

Text Example


Text Example

White with #010418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010418; }

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

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

background-color css

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

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

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

border-color css

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

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

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