Html Css Color HEX #050614 Black Russian

📋 copy color: '#050614'

red 5 ◦ green 6 ◦ blue 20

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

Shades of Black Russian #050614

Tints of Black Russian #050614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 64.52%

R = 16.13%
G = 19.35%
B = 64.52%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#050614 (or 0x050614) is known color: Black Russian. HEX triplet: 05, 06 and 14. RGB value is (5,6,20). Sum of RGB (Red+Green+Blue) = 5+6+20=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #050614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050614 is #FAF9EB. Grayscale: #070707. Windows color (decimal): -16447980 or 1312261. OLE color: 1312261.

HSL color Cylindrical-coordinate representation of color #050614: hue angle of 236º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #050614 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 6 20 -
CMYK 0.75 0.70 0 0.92
HSL 236º 0.6% 0.05% -
HSV(B) 236º 0.75% 0.08% -
XYZ 0.25 0.21 0.69 -
YUV 7.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 5 6 20 0.75 0.70 0 0.92 236 0.6 0.05
Hex 5 6 14 4B 46 0 5C EC 3C 5
Octal 5 6 24 113 106 0 134 354 74 5
Binary 101 110 10100 1001011 1000110 0 1011100 11101100 111100 101

Color Harmonies of #050614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050614

Black with #050614

Text Example


Text Example

White with #050614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050614; }

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

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

background-color css

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

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

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

border-color css

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

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

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