Html Css Color HEX #051028 Black Russian

📋 copy color: '#051028'

red 5 ◦ green 16 ◦ blue 40

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

Shades of Black Russian #051028

Tints of Black Russian #051028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.23%

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

R = 8.2%
G = 26.23%
B = 65.57%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#051028 (or 0x051028) is known color: Black Russian. HEX triplet: 05, 10 and 28. RGB value is (5,16,40). Sum of RGB (Red+Green+Blue) = 5+16+40=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #051028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051028 is #FAEFD7. Grayscale: #0F0F0F. Windows color (decimal): -16445400 or 2625541. OLE color: 2625541.

HSL color Cylindrical-coordinate representation of color #051028: hue angle of 221.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 #051028 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 16 40 -
CMYK 0.88 0.60 0 0.84
HSL 221.14º 0.78% 0.09% -
HSV(B) 221.14º 0.88% 0.16% -
XYZ 0.63 0.56 2.08 -
YUV 15.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 5 16 40 0.88 0.60 0 0.84 221.14 0.78 0.09
Hex 5 10 28 58 3C 0 54 DD 4E 9
Octal 5 20 50 130 74 0 124 335 116 11
Binary 101 10000 101000 1011000 111100 0 1010100 11011101 1001110 1001

Color Harmonies of #051028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051028

Black with #051028

Text Example


Text Example

White with #051028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051028; }

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

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

background-color css

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

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

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

border-color css

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

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

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