#030712

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

Shades of Black Russian #030712

Tints of Black Russian #030712

Color information

#030712 (or 0x030712) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 12. RGB value is (3,7,18). Sum of RGB (Red+Green+Blue) = 3+7+18=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #030712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030712 is #FCF8ED. Grayscale: #070707. Windows color (decimal): -16578798 or 1181443. OLE color: 1181443.

HSL color Cylindrical-coordinate representation of color #030712: hue angle of 224º 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 #030712 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3718-
CMYK0.830.6100.93
HSL224º71.43%4.12%-
HSV(B)224º83.33%7.06%-
XYZ0.220.210.6-
YUV7.06134.17125.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.71%
GREEN value IS 7 (3.12% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 64.29%
R=10.71%
G=25%
B=64.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal37180.830.6100.9322471.434.12
Hex3712533D05De0474
Octal37221237501353401074
Binary1111110010101001111110101011101111000001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030712; }

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

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

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

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

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

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

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

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