Html Css Color HEX #050631 Black Russian

📋 copy color: '#050631'

red 5 ◦ green 6 ◦ blue 49

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

Shades of Black Russian #050631

Tints of Black Russian #050631

RGB

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

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

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

R = 8.33%
G = 10%
B = 81.67%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#050631 (or 0x050631) is known color: Black Russian. HEX triplet: 05, 06 and 31. RGB value is (5,6,49). Sum of RGB (Red+Green+Blue) = 5+6+49=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 49 (19.53% from 255 or 81.67% from 60); Max value from RGB is 49 - color contains mainly: blue. Hex color #050631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050631 is #FAF9CE. Grayscale: #0A0A0A. Windows color (decimal): -16447951 or 3212805. OLE color: 3212805.

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

Color convert

RGB 5 6 49 -
CMYK 0.90 0.88 0 0.81
HSL 238.64º 0.81% 0.11% -
HSV(B) 238.64º 0.9% 0.19% -
XYZ 0.68 0.38 2.94 -
YUV 10.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 5 6 49 0.90 0.88 0 0.81 238.64 0.81 0.11
Hex 5 6 31 5A 58 0 51 EF 51 B
Octal 5 6 61 132 130 0 121 357 121 13
Binary 101 110 110001 1011010 1011000 0 1010001 11101111 1010001 1011

Color Harmonies of #050631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050631

Black with #050631

Text Example


Text Example

White with #050631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050631; }

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

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

background-color css

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

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

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

border-color css

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

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

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