Html Css Color HEX #050328 Black Russian

📋 copy color: '#050328'

red 5 ◦ green 3 ◦ blue 40

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

Shades of Black Russian #050328

Tints of Black Russian #050328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.25%

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

R = 10.42%
G = 6.25%
B = 83.33%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050328 (or 0x050328) is known color: Black Russian. HEX triplet: 05, 03 and 28. RGB value is (5,3,40). Sum of RGB (Red+Green+Blue) = 5+3+40=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 40 (16.02% from 255 or 83.33% from 48); Max value from RGB is 40 - color contains mainly: blue. Hex color #050328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050328 is #FAFCD7. Grayscale: #070707. Windows color (decimal): -16448728 or 2622213. OLE color: 2622213.

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

Color convert

RGB 5 3 40 -
CMYK 0.88 0.93 0 0.84
HSL 243.24º 0.86% 0.08% -
HSV(B) 243.24º 0.93% 0.16% -
XYZ 0.48 0.25 2.03 -
YUV 7.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 5 3 40 0.88 0.93 0 0.84 243.24 0.86 0.08
Hex 5 3 28 58 5D 0 54 F3 56 8
Octal 5 3 50 130 135 0 124 363 126 10
Binary 101 11 101000 1011000 1011101 0 1010100 11110011 1010110 1000

Color Harmonies of #050328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050328

Black with #050328

Text Example


Text Example

White with #050328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050328; }

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

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

background-color css

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

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

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

border-color css

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

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

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