Html Css Color HEX #050531 Black Russian

📋 copy color: '#050531'

red 5 ◦ green 5 ◦ blue 49

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

Shades of Black Russian #050531

Tints of Black Russian #050531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

 BLUE value IS 49 (19.53% from 255) = 83.05%

R = 8.47%
G = 8.47%
B = 83.05%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#050531 (or 0x050531) is known color: Black Russian. HEX triplet: 05, 05 and 31. RGB value is (5,5,49). Sum of RGB (Red+Green+Blue) = 5+5+49=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 49 (19.53% from 255 or 83.05% from 59); Max value from RGB is 49 - color contains mainly: blue. Hex color #050531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050531 is #FAFACE. Grayscale: #090909. Windows color (decimal): -16448207 or 3212549. OLE color: 3212549.

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

Color convert

RGB 5 5 49 -
CMYK 0.90 0.90 0 0.81
HSL 240º 0.81% 0.11% -
HSV(B) 240º 0.9% 0.19% -
XYZ 0.67 0.36 2.94 -
YUV 10.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 5 5 49 0.90 0.90 0 0.81 240 0.81 0.11
Hex 5 5 31 5A 5A 0 51 F0 51 B
Octal 5 5 61 132 132 0 121 360 121 13
Binary 101 101 110001 1011010 1011010 0 1010001 11110000 1010001 1011

Color Harmonies of #050531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050531

Black with #050531

Text Example


Text Example

White with #050531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050531; }

 p { color: rgb(5,5,49); }

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

background-color css

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

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

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

border-color css

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

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

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