#030305

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

Shades of Black Russian #030305

Tints of Black Russian #030305

Color information

#030305 (or 0x030305) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 05. RGB value is (3,3,5). Sum of RGB (Red+Green+Blue) = 3+3+5=11 (1% of max value = 765). Red value is 3 (1.56% from 255 or 27.27% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 5 (2.34% from 255 or 45.45% from 11); Max value from RGB is 5 - color contains mainly: blue. Hex color #030305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030305 is #FCFCFA. Grayscale: #030303. Windows color (decimal): -16579835 or 328451. OLE color: 328451.

HSL color Cylindrical-coordinate representation of color #030305: hue angle of 240º degrees, saturation: 0.25, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #030305 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB335-
CMYK0.400.4000.98
HSL240º25%1.57%-
HSV(B)240º40%1.96%-
XYZ0.10.10.16-
YUV3.23129127.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 27.27%
GREEN value IS 3 (1.56% from 255) = 27.27%
BLUE value IS 5 (2.34% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3350.400.4000.98240251.57
Hex3352828062f0192
Octal33550500142360312
Binary111110110100010100001100010111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030305; }

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

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

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

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

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

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

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

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