#03052E

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

Shades of Black Russian #03052E

Tints of Black Russian #03052E

Color information

#03052E (or 0x03052E) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 2E. RGB value is (3,5,46). Sum of RGB (Red+Green+Blue) = 3+5+46=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 46 (18.36% from 255 or 85.19% from 54); Max value from RGB is 46 - color contains mainly: blue. Hex color #03052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03052E is #FCFAD1. Grayscale: #080808. Windows color (decimal): -16579282 or 3015939. OLE color: 3015939.

HSL color Cylindrical-coordinate representation of color #03052E: hue angle of 237.21º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03052E is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB3546-
CMYK0.930.8900.82
HSL237.21º87.76%9.61%-
HSV(B)237.21º93.48%18.04%-
XYZ0.580.332.62-
YUV9.08148.84123.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 46 (18.36% from 255) = 85.19%
R=5.56%
G=9.26%
B=85.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal35460.930.8900.82237.2187.769.61
Hex352E5D59052ed58a
Octal3556135131012235513012
Binary1110110111010111011011001010100101110110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03052E; }

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

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

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

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

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

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

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

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