Html Css Color HEX #050428 Black Russian

📋 copy color: '#050428'

red 5 ◦ green 4 ◦ blue 40

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

Shades of Black Russian #050428

Tints of Black Russian #050428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.16%

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

R = 10.2%
G = 8.16%
B = 81.63%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050428 (or 0x050428) is known color: Black Russian. HEX triplet: 05, 04 and 28. RGB value is (5,4,40). Sum of RGB (Red+Green+Blue) = 5+4+40=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 40 (16.02% from 255 or 81.63% from 49); Max value from RGB is 40 - color contains mainly: blue. Hex color #050428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050428 is #FAFBD7. Grayscale: #080808. Windows color (decimal): -16448472 or 2622469. OLE color: 2622469.

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

Color convert

RGB 5 4 40 -
CMYK 0.88 0.90 0 0.84
HSL 241.67º 0.82% 0.09% -
HSV(B) 241.67º 0.9% 0.16% -
XYZ 0.49 0.27 2.03 -
YUV 8.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 5 4 40 0.88 0.90 0 0.84 241.67 0.82 0.09
Hex 5 4 28 58 5A 0 54 F2 52 9
Octal 5 4 50 130 132 0 124 362 122 11
Binary 101 100 101000 1011000 1011010 0 1010100 11110010 1010010 1001

Color Harmonies of #050428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050428

Black with #050428

Text Example


Text Example

White with #050428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050428; }

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

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

background-color css

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

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

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

border-color css

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

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

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