Html Css Color HEX #010818 Black Russian

📋 copy color: '#010818'

red 1 ◦ green 8 ◦ blue 24

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

Shades of Black Russian #010818

Tints of Black Russian #010818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 24.24%

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

R = 3.03%
G = 24.24%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010818 (or 0x010818) is known color: Black Russian. HEX triplet: 01, 08 and 18. RGB value is (1,8,24). Sum of RGB (Red+Green+Blue) = 1+8+24=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 24 (9.77% from 255 or 72.73% from 33); Max value from RGB is 24 - color contains mainly: blue. Hex color #010818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010818 is #FEF7E7. Grayscale: #070707. Windows color (decimal): -16709608 or 1574913. OLE color: 1574913.

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

Color convert

RGB 1 8 24 -
CMYK 0.96 0.67 0 0.91
HSL 221.74º 0.92% 0.05% -
HSV(B) 221.74º 0.96% 0.09% -
XYZ 0.26 0.25 0.9 -
YUV 7.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 1 8 24 0.96 0.67 0 0.91 221.74 0.92 0.05
Hex 1 8 18 60 43 0 5B DE 5C 5
Octal 1 10 30 140 103 0 133 336 134 5
Binary 1 1000 11000 1100000 1000011 0 1011011 11011110 1011100 101

Color Harmonies of #010818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010818

Black with #010818

Text Example


Text Example

White with #010818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010818; }

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

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

background-color css

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

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

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

border-color css

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

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

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