Html Css Color HEX #050012 Black Russian

📋 copy color: '#050012'

red 5 ◦ green 0 ◦ blue 18

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

Shades of Black Russian #050012

Tints of Black Russian #050012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 78.26%

R = 21.74%
G = 0%
B = 78.26%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050012 (or 0x050012) is known color: Black Russian. HEX triplet: 05, 00 and 12. RGB value is (5,0,18). Sum of RGB (Red+Green+Blue) = 5+0+18=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 18 (7.42% from 255 or 78.26% from 23); Max value from RGB is 18 - color contains mainly: blue. Hex color #050012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050012 is #FAFFED. Grayscale: #030303. Windows color (decimal): -16449518 or 1179653. OLE color: 1179653.

HSL color Cylindrical-coordinate representation of color #050012: hue angle of 256.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050012 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 0 18 -
CMYK 0.72 1 0 0.93
HSL 256.67º 1% 0.04% -
HSV(B) 256.67º 1% 0.07% -
XYZ 0.17 0.08 0.58 -
YUV 3.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 5 0 18 0.72 1 0 0.93 256.67 1 0.04
Hex 5 0 12 48 64 0 5D 101 64 4
Octal 5 0 22 110 144 0 135 401 144 4
Binary 101 0 10010 1001000 1100100 0 1011101 100000001 1100100 100

Color Harmonies of #050012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050012

Black with #050012

Text Example


Text Example

White with #050012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050012; }

 p { color: rgb(5,0,18); }

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

background-color css

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

 a { background-color: rgb(5,0,18); }

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

border-color css

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

 span { border-color: rgb(5,0,18); }

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