#030228

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

Shades of Black Russian #030228

Tints of Black Russian #030228

Color information

#030228 (or 0x030228) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 28. RGB value is (3,2,40). Sum of RGB (Red+Green+Blue) = 3+2+40=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 40 (16.02% from 255 or 88.89% from 45); Max value from RGB is 40 - color contains mainly: blue. Hex color #030228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030228 is #FCFDD7. Grayscale: #060606. Windows color (decimal): -16580056 or 2621955. OLE color: 2621955.

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

Color convert

RGB3240-
CMYK0.930.9500.84
HSL241.58º90.48%8.24%-
HSV(B)241.58º95%15.69%-
XYZ0.440.222.03-
YUV6.63146.83125.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 40 (16.02% from 255) = 88.89%
R=6.67%
G=4.44%
B=88.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal32400.930.9500.84241.5890.488.24
Hex32285D5F054f25a8
Octal3250135137012436213210
Binary111010100010111011011111010101001111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030228; }

 p { color: rgb(3,2,40); }

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

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

 a { background-color: rgb(3,2,40); }

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

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

 span { border-color: rgb(3,2,40); }

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