Html Css Color HEX #050214 Black Russian

📋 copy color: '#050214'

red 5 ◦ green 2 ◦ blue 20

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

Shades of Black Russian #050214

Tints of Black Russian #050214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.41%

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

R = 18.52%
G = 7.41%
B = 74.07%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#050214 (or 0x050214) is known color: Black Russian. HEX triplet: 05, 02 and 14. RGB value is (5,2,20). Sum of RGB (Red+Green+Blue) = 5+2+20=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #050214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050214 is #FAFDEB. Grayscale: #040404. Windows color (decimal): -16449004 or 1311237. OLE color: 1311237.

HSL color Cylindrical-coordinate representation of color #050214: hue angle of 250º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050214 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 2 20 -
CMYK 0.75 0.90 0 0.92
HSL 250º 0.82% 0.04% -
HSV(B) 250º 0.9% 0.08% -
XYZ 0.21 0.13 0.68 -
YUV 4.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 5 2 20 0.75 0.90 0 0.92 250 0.82 0.04
Hex 5 2 14 4B 5A 0 5C FA 52 4
Octal 5 2 24 113 132 0 134 372 122 4
Binary 101 10 10100 1001011 1011010 0 1011100 11111010 1010010 100

Color Harmonies of #050214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050214

Black with #050214

Text Example


Text Example

White with #050214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050214; }

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

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

background-color css

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

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

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

border-color css

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

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

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