#00032A

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

Shades of Black Russian #00032A

Tints of Black Russian #00032A

Color information

#00032A (or 0x00032A) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 2A. RGB value is (0,3,42). Sum of RGB (Red+Green+Blue) = 0+3+42=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 42 (16.80% from 255 or 93.33% from 45); Max value from RGB is 42 - color contains mainly: blue. Hex color #00032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00032A is #FFFCD5. Grayscale: #060606. Windows color (decimal): -16776406 or 2753280. OLE color: 2753280.

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

Color convert

RGB0342-
CMYK10.9300.84
HSL235.71º100%8.24%-
HSV(B)235.71º100%16.47%-
XYZ0.450.232.21-
YUV6.55148.01123.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 42 (16.80% from 255) = 93.33%
R=0%
G=6.67%
B=93.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal034210.9300.84235.711008.24
Hex032A645D054ec648
Octal0352144135012435414410
Binary01110101011001001011101010101001110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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