Html Css Color HEX #050628 Black Russian

📋 copy color: '#050628'

red 5 ◦ green 6 ◦ blue 40

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

Shades of Black Russian #050628

Tints of Black Russian #050628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.76%

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

R = 9.8%
G = 11.76%
B = 78.43%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050628 (or 0x050628) is known color: Black Russian. HEX triplet: 05, 06 and 28. RGB value is (5,6,40). Sum of RGB (Red+Green+Blue) = 5+6+40=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 40 (16.02% from 255 or 78.43% from 51); Max value from RGB is 40 - color contains mainly: blue. Hex color #050628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050628 is #FAF9D7. Grayscale: #090909. Windows color (decimal): -16447960 or 2622981. OLE color: 2622981.

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

Color convert

RGB 5 6 40 -
CMYK 0.88 0.85 0 0.84
HSL 238.29º 0.78% 0.09% -
HSV(B) 238.29º 0.88% 0.16% -
XYZ 0.51 0.32 2.04 -
YUV 9.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 5 6 40 0.88 0.85 0 0.84 238.29 0.78 0.09
Hex 5 6 28 58 55 0 54 EE 4E 9
Octal 5 6 50 130 125 0 124 356 116 11
Binary 101 110 101000 1011000 1010101 0 1010100 11101110 1001110 1001

Color Harmonies of #050628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050628

Black with #050628

Text Example


Text Example

White with #050628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050628; }

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

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

background-color css

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

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

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

border-color css

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

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

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