Html Css Color HEX #050310 Black Russian

📋 copy color: '#050310'

red 5 ◦ green 3 ◦ blue 16

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

Shades of Black Russian #050310

Tints of Black Russian #050310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 66.67%

R = 20.83%
G = 12.5%
B = 66.67%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#050310 (or 0x050310) is known color: Black Russian. HEX triplet: 05, 03 and 10. RGB value is (5,3,16). Sum of RGB (Red+Green+Blue) = 5+3+16=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #050310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050310 is #FAFCEF. Grayscale: #050505. Windows color (decimal): -16448752 or 1049349. OLE color: 1049349.

HSL color Cylindrical-coordinate representation of color #050310: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #050310 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 3 16 -
CMYK 0.69 0.81 0 0.94
HSL 249.23º 0.68% 0.04% -
HSV(B) 249.23º 0.81% 0.06% -
XYZ 0.19 0.13 0.51 -
YUV 5.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 5 3 16 0.69 0.81 0 0.94 249.23 0.68 0.04
Hex 5 3 10 45 51 0 5E F9 44 4
Octal 5 3 20 105 121 0 136 371 104 4
Binary 101 11 10000 1000101 1010001 0 1011110 11111001 1000100 100

Color Harmonies of #050310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050310

Black with #050310

Text Example


Text Example

White with #050310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050310; }

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

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

background-color css

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

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

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

border-color css

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

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

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