Html Css Color HEX #050928 Black Russian

📋 copy color: '#050928'

red 5 ◦ green 9 ◦ blue 40

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

Shades of Black Russian #050928

Tints of Black Russian #050928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 74.07%

R = 9.26%
G = 16.67%
B = 74.07%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050928 (or 0x050928) is known color: Black Russian. HEX triplet: 05, 09 and 28. RGB value is (5,9,40). Sum of RGB (Red+Green+Blue) = 5+9+40=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #050928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050928 is #FAF6D7. Grayscale: #0B0B0B. Windows color (decimal): -16447192 or 2623749. OLE color: 2623749.

HSL color Cylindrical-coordinate representation of color #050928: hue angle of 233.14º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050928 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 9 40 -
CMYK 0.88 0.78 0 0.84
HSL 233.14º 0.78% 0.09% -
HSV(B) 233.14º 0.88% 0.16% -
XYZ 0.54 0.38 2.05 -
YUV 11.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 5 9 40 0.88 0.78 0 0.84 233.14 0.78 0.09
Hex 5 9 28 58 4E 0 54 E9 4E 9
Octal 5 11 50 130 116 0 124 351 116 11
Binary 101 1001 101000 1011000 1001110 0 1010100 11101001 1001110 1001

Color Harmonies of #050928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050928

Black with #050928

Text Example


Text Example

White with #050928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050928; }

 p { color: rgb(5,9,40); }

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

background-color css

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

 a { background-color: rgb(5,9,40); }

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

border-color css

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

 span { border-color: rgb(5,9,40); }

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