Html Css Color HEX #050818 Black Russian

📋 copy color: '#050818'

red 5 ◦ green 8 ◦ blue 24

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

Shades of Black Russian #050818

Tints of Black Russian #050818

RGB

 RED value IS 5 (2.34% from 255) = 13.51%

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

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

R = 13.51%
G = 21.62%
B = 64.86%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050818 (or 0x050818) is known color: Black Russian. HEX triplet: 05, 08 and 18. RGB value is (5,8,24). Sum of RGB (Red+Green+Blue) = 5+8+24=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #050818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050818 is #FAF7E7. Grayscale: #080808. Windows color (decimal): -16447464 or 1574917. OLE color: 1574917.

HSL color Cylindrical-coordinate representation of color #050818: hue angle of 230.53º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050818 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 8 24 -
CMYK 0.79 0.67 0 0.91
HSL 230.53º 0.66% 0.06% -
HSV(B) 230.53º 0.79% 0.09% -
XYZ 0.31 0.27 0.9 -
YUV 8.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 5 8 24 0.79 0.67 0 0.91 230.53 0.66 0.06
Hex 5 8 18 4F 43 0 5B E7 42 6
Octal 5 10 30 117 103 0 133 347 102 6
Binary 101 1000 11000 1001111 1000011 0 1011011 11100111 1000010 110

Color Harmonies of #050818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050818

Black with #050818

Text Example


Text Example

White with #050818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050818; }

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

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

background-color css

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

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

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

border-color css

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

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

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