#03072A

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

Shades of Black Russian #03072A

Tints of Black Russian #03072A

Color information

#03072A (or 0x03072A) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 2A. RGB value is (3,7,42). Sum of RGB (Red+Green+Blue) = 3+7+42=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 42 (16.80% from 255 or 80.77% from 52); Max value from RGB is 42 - color contains mainly: blue. Hex color #03072A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03072A is #FCF8D5. Grayscale: #090909. Windows color (decimal): -16578774 or 2754307. OLE color: 2754307.

HSL color Cylindrical-coordinate representation of color #03072A: hue angle of 233.85º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03072A is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB3742-
CMYK0.930.8300.84
HSL233.85º86.67%8.82%-
HSV(B)233.85º92.86%16.47%-
XYZ0.530.342.23-
YUV9.79146.17123.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 42 (16.80% from 255) = 80.77%
R=5.77%
G=13.46%
B=80.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal37420.930.8300.84233.8586.678.82
Hex372A5D53054ea579
Octal3752135123012435212711
Binary1111110101010111011010011010101001110101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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