Html Css Color HEX #050312 Black Russian

📋 copy color: '#050312'

red 5 ◦ green 3 ◦ blue 18

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

Shades of Black Russian #050312

Tints of Black Russian #050312

RGB

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

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

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

R = 19.23%
G = 11.54%
B = 69.23%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050312 (or 0x050312) is known color: Black Russian. HEX triplet: 05, 03 and 12. RGB value is (5,3,18). Sum of RGB (Red+Green+Blue) = 5+3+18=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #050312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050312 is #FAFCED. Grayscale: #050505. Windows color (decimal): -16448750 or 1180421. OLE color: 1180421.

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

Color convert

RGB 5 3 18 -
CMYK 0.72 0.83 0 0.93
HSL 248º 0.71% 0.04% -
HSV(B) 248º 0.83% 0.07% -
XYZ 0.2 0.14 0.59 -
YUV 5.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 5 3 18 0.72 0.83 0 0.93 248 0.71 0.04
Hex 5 3 12 48 53 0 5D F8 47 4
Octal 5 3 22 110 123 0 135 370 107 4
Binary 101 11 10010 1001000 1010011 0 1011101 11111000 1000111 100

Color Harmonies of #050312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050312

Black with #050312

Text Example


Text Example

White with #050312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050312; }

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

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

background-color css

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

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

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

border-color css

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

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

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