Html Css Color HEX #050732 Black Russian

📋 copy color: '#050732'

red 5 ◦ green 7 ◦ blue 50

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

Shades of Black Russian #050732

Tints of Black Russian #050732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

 BLUE value IS 50 (19.92% from 255) = 80.65%

R = 8.06%
G = 11.29%
B = 80.65%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#050732 (or 0x050732) is known color: Black Russian. HEX triplet: 05, 07 and 32. RGB value is (5,7,50). Sum of RGB (Red+Green+Blue) = 5+7+50=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 50 (19.92% from 255 or 80.65% from 62); Max value from RGB is 50 - color contains mainly: blue. Hex color #050732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050732 is #FAF8CD. Grayscale: #0B0B0B. Windows color (decimal): -16447694 or 3278597. OLE color: 3278597.

HSL color Cylindrical-coordinate representation of color #050732: hue angle of 237.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050732 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 7 50 -
CMYK 0.90 0.86 0 0.80
HSL 237.33º 0.82% 0.11% -
HSV(B) 237.33º 0.9% 0.2% -
XYZ 0.71 0.41 3.06 -
YUV 11.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 5 7 50 0.90 0.86 0 0.80 237.33 0.82 0.11
Hex 5 7 32 5A 56 0 50 ED 52 B
Octal 5 7 62 132 126 0 120 355 122 13
Binary 101 111 110010 1011010 1010110 0 1010000 11101101 1010010 1011

Color Harmonies of #050732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050732

Black with #050732

Text Example


Text Example

White with #050732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050732; }

 p { color: rgb(5,7,50); }

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

background-color css

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

 a { background-color: rgb(5,7,50); }

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

border-color css

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

 span { border-color: rgb(5,7,50); }

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