#03071A

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

Shades of Black Russian #03071A

Tints of Black Russian #03071A

Color information

#03071A (or 0x03071A) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 1A. RGB value is (3,7,26). Sum of RGB (Red+Green+Blue) = 3+7+26=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #03071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071A is #FCF8E5. Grayscale: #070707. Windows color (decimal): -16578790 or 1705731. OLE color: 1705731.

HSL color Cylindrical-coordinate representation of color #03071A: hue angle of 229.57º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03071A is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB3726-
CMYK0.880.7300.90
HSL229.57º79.31%5.69%-
HSV(B)229.57º88.46%10.2%-
XYZ0.30.251.01-
YUV7.97138.17124.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 26 (10.55% from 255) = 72.22%
R=8.33%
G=19.44%
B=72.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal37260.880.7300.90229.5779.315.69
Hex371A584905Ae64f6
Octal373213011101323461176
Binary11111110101011000100100101011010111001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03071A; }

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

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

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

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

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

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

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

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