#03051F

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

Shades of Black Russian #03051F

Tints of Black Russian #03051F

Color information

#03051F (or 0x03051F) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 1F. RGB value is (3,5,31). Sum of RGB (Red+Green+Blue) = 3+5+31=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #03051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03051F is #FCFAE0. Grayscale: #070707. Windows color (decimal): -16579297 or 2032899. OLE color: 2032899.

HSL color Cylindrical-coordinate representation of color #03051F: hue angle of 235.71º 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 #03051F is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB3531-
CMYK0.900.8400.88
HSL235.71º82.35%6.67%-
HSV(B)235.71º90.32%12.16%-
XYZ0.340.231.32-
YUV7.37141.34124.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.69%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 31 (12.5% from 255) = 79.49%
R=7.69%
G=12.82%
B=79.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal35310.900.8400.88235.7182.356.67
Hex351F5A54058ec527
Octal353713212401303541227
Binary11101111111011010101010001011000111011001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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