#030318

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

Shades of Black Russian #030318

Tints of Black Russian #030318

Color information

#030318 (or 0x030318) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 18. RGB value is (3,3,24). Sum of RGB (Red+Green+Blue) = 3+3+24=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 24 (9.77% from 255 or 80% from 30); Max value from RGB is 24 - color contains mainly: blue. Hex color #030318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030318 is #FCFCE7. Grayscale: #050505. Windows color (decimal): -16579816 or 1573635. OLE color: 1573635.

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

Color convert

RGB3324-
CMYK0.880.8800.91
HSL240º77.78%5.29%-
HSV(B)240º87.5%9.41%-
XYZ0.230.150.88-
YUV5.39138.5126.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 24 (9.77% from 255) = 80%
R=10%
G=10%
B=80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal33240.880.8800.9124077.785.29
Hex3318585805Bf04e5
Octal333013013001333601165
Binary1111110001011000101100001011011111100001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030318; }

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

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

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

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

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

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

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

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