Html Css Color HEX #050915 Black Russian

📋 copy color: '#050915'

red 5 ◦ green 9 ◦ blue 21

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

Shades of Black Russian #050915

Tints of Black Russian #050915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 25.71%

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

R = 14.29%
G = 25.71%
B = 60%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#050915 (or 0x050915) is known color: Black Russian. HEX triplet: 05, 09 and 15. RGB value is (5,9,21). Sum of RGB (Red+Green+Blue) = 5+9+21=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #050915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050915 is #FAF6EA. Grayscale: #090909. Windows color (decimal): -16447211 or 1378565. OLE color: 1378565.

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

Color convert

RGB 5 9 21 -
CMYK 0.76 0.57 0 0.92
HSL 225º 0.62% 0.05% -
HSV(B) 225º 0.76% 0.08% -
XYZ 0.3 0.28 0.75 -
YUV 9.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 5 9 21 0.76 0.57 0 0.92 225 0.62 0.05
Hex 5 9 15 4C 39 0 5C E1 3E 5
Octal 5 11 25 114 71 0 134 341 76 5
Binary 101 1001 10101 1001100 111001 0 1011100 11100001 111110 101

Color Harmonies of #050915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050915

Black with #050915

Text Example


Text Example

White with #050915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050915; }

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

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

background-color css

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

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

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

border-color css

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

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

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