Html Css Color HEX #010518 Black Russian

📋 copy color: '#010518'

red 1 ◦ green 5 ◦ blue 24

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

Shades of Black Russian #010518

Tints of Black Russian #010518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.67%

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

R = 3.33%
G = 16.67%
B = 80%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010518 (or 0x010518) is known color: Black Russian. HEX triplet: 01, 05 and 18. RGB value is (1,5,24). Sum of RGB (Red+Green+Blue) = 1+5+24=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 24 (9.77% from 255 or 80% from 30); Max value from RGB is 24 - color contains mainly: blue. Hex color #010518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010518 is #FEFAE7. Grayscale: #050505. Windows color (decimal): -16710376 or 1574145. OLE color: 1574145.

HSL color Cylindrical-coordinate representation of color #010518: hue angle of 229.57º 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 #010518 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 5 24 -
CMYK 0.96 0.79 0 0.91
HSL 229.57º 0.92% 0.05% -
HSV(B) 229.57º 0.96% 0.09% -
XYZ 0.23 0.18 0.89 -
YUV 5.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 1 5 24 0.96 0.79 0 0.91 229.57 0.92 0.05
Hex 1 5 18 60 4F 0 5B E6 5C 5
Octal 1 5 30 140 117 0 133 346 134 5
Binary 1 101 11000 1100000 1001111 0 1011011 11100110 1011100 101

Color Harmonies of #010518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010518

Black with #010518

Text Example


Text Example

White with #010518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010518; }

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

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

background-color css

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

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

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

border-color css

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

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

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