Html Css Color HEX #050115 Black Russian

📋 copy color: '#050115'

red 5 ◦ green 1 ◦ blue 21

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

Shades of Black Russian #050115

Tints of Black Russian #050115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.7%

 BLUE value IS 21 (8.59% from 255) = 77.78%

R = 18.52%
G = 3.7%
B = 77.78%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#050115 (or 0x050115) is known color: Black Russian. HEX triplet: 05, 01 and 15. RGB value is (5,1,21). Sum of RGB (Red+Green+Blue) = 5+1+21=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 21 (8.59% from 255 or 77.78% from 27); Max value from RGB is 21 - color contains mainly: blue. Hex color #050115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050115 is #FAFEEA. Grayscale: #040404. Windows color (decimal): -16449259 or 1376517. OLE color: 1376517.

HSL color Cylindrical-coordinate representation of color #050115: hue angle of 252º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050115 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 1 21 -
CMYK 0.76 0.95 0 0.92
HSL 252º 0.91% 0.04% -
HSV(B) 252º 0.95% 0.08% -
XYZ 0.21 0.11 0.72 -
YUV 4.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 5 1 21 0.76 0.95 0 0.92 252 0.91 0.04
Hex 5 1 15 4C 5F 0 5C FC 5B 4
Octal 5 1 25 114 137 0 134 374 133 4
Binary 101 1 10101 1001100 1011111 0 1011100 11111100 1011011 100

Color Harmonies of #050115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050115

Black with #050115

Text Example


Text Example

White with #050115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050115; }

 p { color: rgb(5,1,21); }

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

background-color css

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

 a { background-color: rgb(5,1,21); }

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

border-color css

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

 span { border-color: rgb(5,1,21); }

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