#03071F

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

Shades of Black Russian #03071F

Tints of Black Russian #03071F

Color information

#03071F (or 0x03071F) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 1F. RGB value is (3,7,31). Sum of RGB (Red+Green+Blue) = 3+7+31=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 31 (12.5% from 255 or 75.61% from 41); Max value from RGB is 31 - color contains mainly: blue. Hex color #03071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071F is #FCF8E0. Grayscale: #080808. Windows color (decimal): -16578785 or 2033411. OLE color: 2033411.

HSL color Cylindrical-coordinate representation of color #03071F: hue angle of 231.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03071F is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB3731-
CMYK0.900.7700.88
HSL231.43º82.35%6.67%-
HSV(B)231.43º90.32%12.16%-
XYZ0.360.271.33-
YUV8.54140.67124.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 7 (3.12% from 255) = 17.07%
BLUE value IS 31 (12.5% from 255) = 75.61%
R=7.32%
G=17.07%
B=75.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal37310.900.7700.88231.4382.356.67
Hex371F5A4D058e7527
Octal373713211501303471227
Binary11111111111011010100110101011000111001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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