#030A2C

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

Shades of Black Russian #030A2C

Tints of Black Russian #030A2C

Color information

#030A2C (or 0x030A2C) is unknown color: approx Black Russian. HEX triplet: 03, 0A and 2C. RGB value is (3,10,44). Sum of RGB (Red+Green+Blue) = 3+10+44=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #030A2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A2C is #FCF5D3. Grayscale: #0B0B0B. Windows color (decimal): -16578004 or 2886147. OLE color: 2886147.

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

Color convert

RGB31044-
CMYK0.930.7700.83
HSL229.76º87.23%9.22%-
HSV(B)229.76º93.18%17.25%-
XYZ0.60.422.43-
YUV11.78146.18121.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 10 (4.30% from 255) = 17.54%
BLUE value IS 44 (17.58% from 255) = 77.19%
R=5.26%
G=17.54%
B=77.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal310440.930.7700.83229.7687.239.22
Hex3A2C5D4D053e6579
Octal31254135115012334612711
Binary11101010110010111011001101010100111110011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030A2C; }

 p { color: rgb(3,10,44); }

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

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

 a { background-color: rgb(3,10,44); }

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

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

 span { border-color: rgb(3,10,44); }

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