Html Css Color HEX #050118 Black Russian

📋 copy color: '#050118'

red 5 ◦ green 1 ◦ blue 24

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

Shades of Black Russian #050118

Tints of Black Russian #050118

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050118 (or 0x050118) is known color: Black Russian. HEX triplet: 05, 01 and 18. RGB value is (5,1,24). Sum of RGB (Red+Green+Blue) = 5+1+24=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 1 (0.78% from 255 or 3.33% 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 #050118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050118 is #FAFEE7. Grayscale: #040404. Windows color (decimal): -16449256 or 1573125. OLE color: 1573125.

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

Color convert

RGB 5 1 24 -
CMYK 0.79 0.96 0 0.91
HSL 250.43º 0.92% 0.05% -
HSV(B) 250.43º 0.96% 0.09% -
XYZ 0.24 0.12 0.87 -
YUV 4.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 5 1 24 0.79 0.96 0 0.91 250.43 0.92 0.05
Hex 5 1 18 4F 60 0 5B FA 5C 5
Octal 5 1 30 117 140 0 133 372 134 5
Binary 101 1 11000 1001111 1100000 0 1011011 11111010 1011100 101

Color Harmonies of #050118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050118

Black with #050118

Text Example


Text Example

White with #050118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050118; }

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

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

background-color css

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

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

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

border-color css

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

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

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