#030218

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

Shades of Black Russian #030218

Tints of Black Russian #030218

Color information

#030218 (or 0x030218) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 18. RGB value is (3,2,24). Sum of RGB (Red+Green+Blue) = 3+2+24=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #030218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030218 is #FCFDE7. Grayscale: #040404. Windows color (decimal): -16580072 or 1573379. OLE color: 1573379.

HSL color Cylindrical-coordinate representation of color #030218: hue angle of 242.73º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #030218 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB3224-
CMYK0.880.9200.91
HSL242.73º84.62%5.1%-
HSV(B)242.73º91.67%9.41%-
XYZ0.220.130.88-
YUV4.81138.83126.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 2 (1.17% from 255) = 6.90%
BLUE value IS 24 (9.77% from 255) = 82.76%
R=10.34%
G=6.90%
B=82.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32240.880.9200.91242.7384.625.1
Hex3218585C05Bf3555
Octal323013013401333631255
Binary1110110001011000101110001011011111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030218; }

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

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

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

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

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

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

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

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