#030715

Color #030715 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #030715

Tints of Black Russian #030715

Color information

#030715 (or 0x030715) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 15. RGB value is (3,7,21). Sum of RGB (Red+Green+Blue) = 3+7+21=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #030715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030715 is #FCF8EA. Grayscale: #070707. Windows color (decimal): -16578795 or 1378051. OLE color: 1378051.

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

Color convert

RGB3721-
CMYK0.860.6700.92
HSL226.67º75%4.71%-
HSV(B)226.67º85.71%8.24%-
XYZ0.250.230.74-
YUV7.4135.67124.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 7 (3.12% from 255) = 22.58%
BLUE value IS 21 (8.59% from 255) = 67.74%
R=9.68%
G=22.58%
B=67.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal37210.860.6700.92226.67754.71
Hex3715564305Ce34b5
Octal372512610301343431135
Binary11111101011010110100001101011100111000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030715; }

 p { color: rgb(3,7,21); }

 H1.HeaderClassName
 {
   color: #030715;
 }
 .AnyTagClassName
 {
   color: #030715;
 }
</style>
background-color css

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

 a { background-color: rgb(3,7,21); }

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

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

 span { border-color: rgb(3,7,21); }

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