Html Css Color HEX #050610 Black Russian

📋 copy color: '#050610'

red 5 ◦ green 6 ◦ blue 16

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

Shades of Black Russian #050610

Tints of Black Russian #050610

RGB

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

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

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

R = 18.52%
G = 22.22%
B = 59.26%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#050610 (or 0x050610) is known color: Black Russian. HEX triplet: 05, 06 and 10. RGB value is (5,6,16). Sum of RGB (Red+Green+Blue) = 5+6+16=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 16 (6.64% from 255 or 59.26% from 27); Max value from RGB is 16 - color contains mainly: blue. Hex color #050610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050610 is #FAF9EF. Grayscale: #060606. Windows color (decimal): -16447984 or 1050117. OLE color: 1050117.

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

Color convert

RGB 5 6 16 -
CMYK 0.69 0.62 0 0.94
HSL 234.55º 0.52% 0.04% -
HSV(B) 234.55º 0.69% 0.06% -
XYZ 0.22 0.2 0.52 -
YUV 6.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 5 6 16 0.69 0.62 0 0.94 234.55 0.52 0.04
Hex 5 6 10 45 3E 0 5E EB 34 4
Octal 5 6 20 105 76 0 136 353 64 4
Binary 101 110 10000 1000101 111110 0 1011110 11101011 110100 100

Color Harmonies of #050610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050610

Black with #050610

Text Example


Text Example

White with #050610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050610; }

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

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

background-color css

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

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

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

border-color css

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

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

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