Html Css Color HEX #050831 Black Russian

📋 copy color: '#050831'

red 5 ◦ green 8 ◦ blue 49

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

Shades of Black Russian #050831

Tints of Black Russian #050831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.9%

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

R = 8.06%
G = 12.9%
B = 79.03%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#050831 (or 0x050831) is known color: Black Russian. HEX triplet: 05, 08 and 31. RGB value is (5,8,49). Sum of RGB (Red+Green+Blue) = 5+8+49=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 49 (19.53% from 255 or 79.03% from 62); Max value from RGB is 49 - color contains mainly: blue. Hex color #050831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050831 is #FAF7CE. Grayscale: #0B0B0B. Windows color (decimal): -16447439 or 3213317. OLE color: 3213317.

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

Color convert

RGB 5 8 49 -
CMYK 0.90 0.84 0 0.81
HSL 235.91º 0.81% 0.11% -
HSV(B) 235.91º 0.9% 0.19% -
XYZ 0.7 0.43 2.95 -
YUV 11.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 5 8 49 0.90 0.84 0 0.81 235.91 0.81 0.11
Hex 5 8 31 5A 54 0 51 EC 51 B
Octal 5 10 61 132 124 0 121 354 121 13
Binary 101 1000 110001 1011010 1010100 0 1010001 11101100 1010001 1011

Color Harmonies of #050831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050831

Black with #050831

Text Example


Text Example

White with #050831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050831; }

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

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

background-color css

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

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

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

border-color css

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

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

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