#010328

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

Shades of Black Russian #010328

Tints of Black Russian #010328

Color information

#010328 (or 0x010328) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 28. RGB value is (1,3,40). Sum of RGB (Red+Green+Blue) = 1+3+40=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 40 (16.02% from 255 or 90.91% from 44); Max value from RGB is 40 - color contains mainly: blue. Hex color #010328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010328 is #FEFCD7. Grayscale: #060606. Windows color (decimal): -16710872 or 2622209. OLE color: 2622209.

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

Color convert

RGB1340-
CMYK0.980.9300.84
HSL236.92º95.12%8.04%-
HSV(B)236.92º97.5%15.69%-
XYZ0.430.222.03-
YUV6.62146.84123.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 40 (16.02% from 255) = 90.91%
R=2.27%
G=6.82%
B=90.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal13400.980.9300.84236.9295.128.04
Hex1328625D054ed5f8
Octal1350142135012435513710
Binary11110100011000101011101010101001110110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010328; }

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

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

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

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

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

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

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

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