Html Css Color HEX #050B18 Black Russian

📋 copy color: '#050B18'

red 5 ◦ green 11 ◦ blue 24

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

Shades of Black Russian #050B18

Tints of Black Russian #050B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 27.5%

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

R = 12.5%
G = 27.5%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050B18 (or 0x050B18) is known color: Black Russian. HEX triplet: 05, 0B and 18. RGB value is (5,11,24). Sum of RGB (Red+Green+Blue) = 5+11+24=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #050B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B18 is #FAF4E7. Grayscale: #0A0A0A. Windows color (decimal): -16446696 or 1575685. OLE color: 1575685.

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

Color convert

RGB 5 11 24 -
CMYK 0.79 0.54 0 0.91
HSL 221.05º 0.66% 0.06% -
HSV(B) 221.05º 0.79% 0.09% -
XYZ 0.35 0.34 0.91 -
YUV 10.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 5 11 24 0.79 0.54 0 0.91 221.05 0.66 0.06
Hex 5 B 18 4F 36 0 5B DD 42 6
Octal 5 13 30 117 66 0 133 335 102 6
Binary 101 1011 11000 1001111 110110 0 1011011 11011101 1000010 110

Color Harmonies of #050B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B18

Black with #050B18

Text Example


Text Example

White with #050B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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