Html Css Color HEX #010918 Black Russian

📋 copy color: '#010918'

red 1 ◦ green 9 ◦ blue 24

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

Shades of Black Russian #010918

Tints of Black Russian #010918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 26.47%

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

R = 2.94%
G = 26.47%
B = 70.59%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010918 (or 0x010918) is known color: Black Russian. HEX triplet: 01, 09 and 18. RGB value is (1,9,24). Sum of RGB (Red+Green+Blue) = 1+9+24=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 24 (9.77% from 255 or 70.59% from 34); Max value from RGB is 24 - color contains mainly: blue. Hex color #010918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010918 is #FEF6E7. Grayscale: #080808. Windows color (decimal): -16709352 or 1575169. OLE color: 1575169.

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

Color convert

RGB 1 9 24 -
CMYK 0.96 0.63 0 0.91
HSL 219.13º 0.92% 0.05% -
HSV(B) 219.13º 0.96% 0.09% -
XYZ 0.28 0.27 0.9 -
YUV 8.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 1 9 24 0.96 0.63 0 0.91 219.13 0.92 0.05
Hex 1 9 18 60 3F 0 5B DB 5C 5
Octal 1 11 30 140 77 0 133 333 134 5
Binary 1 1001 11000 1100000 111111 0 1011011 11011011 1011100 101

Color Harmonies of #010918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010918

Black with #010918

Text Example


Text Example

White with #010918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010918; }

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

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

background-color css

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

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

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

border-color css

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

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

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