#010324

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

Shades of Black Russian #010324

Tints of Black Russian #010324

Color information

#010324 (or 0x010324) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 24. RGB value is (1,3,36). Sum of RGB (Red+Green+Blue) = 1+3+36=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 36 (14.45% from 255 or 90% from 40); Max value from RGB is 36 - color contains mainly: blue. Hex color #010324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010324 is #FEFCDB. Grayscale: #060606. Windows color (decimal): -16710876 or 2360065. OLE color: 2360065.

HSL color Cylindrical-coordinate representation of color #010324: hue angle of 236.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010324 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB1336-
CMYK0.970.9200.86
HSL236.57º94.59%7.25%-
HSV(B)236.57º97.22%14.12%-
XYZ0.360.21.69-
YUV6.16144.84124.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 36 (14.45% from 255) = 90%
R=2.5%
G=7.5%
B=90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13360.970.9200.86236.5794.597.25
Hex1324615C056ed5f7
Octal134414113401263551377
Binary1111001001100001101110001010110111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010324; }

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

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

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

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

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

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

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

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