#030730

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

Shades of Black Russian #030730

Tints of Black Russian #030730

Color information

#030730 (or 0x030730) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 30. RGB value is (3,7,48). Sum of RGB (Red+Green+Blue) = 3+7+48=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 48 (19.14% from 255 or 82.76% from 58); Max value from RGB is 48 - color contains mainly: blue. Hex color #030730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030730 is #FCF8CF. Grayscale: #0A0A0A. Windows color (decimal): -16578768 or 3147523. OLE color: 3147523.

HSL color Cylindrical-coordinate representation of color #030730: hue angle of 234.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030730 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB3748-
CMYK0.940.8500.81
HSL234.67º88.24%10%-
HSV(B)234.67º93.75%18.82%-
XYZ0.650.382.84-
YUV10.48149.17122.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 48 (19.14% from 255) = 82.76%
R=5.17%
G=12.07%
B=82.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal37480.940.8500.81234.6788.2410
Hex37305E55051eb58a
Octal3760136125012135313012
Binary1111111000010111101010101010100011110101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030730; }

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

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

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

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

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

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

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

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