#010323

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

Shades of Black Russian #010323

Tints of Black Russian #010323

Color information

#010323 (or 0x010323) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 23. RGB value is (1,3,35). Sum of RGB (Red+Green+Blue) = 1+3+35=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 35 (14.06% from 255 or 89.74% from 39); Max value from RGB is 35 - color contains mainly: blue. Hex color #010323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010323 is #FEFCDC. Grayscale: #050505. Windows color (decimal): -16710877 or 2294529. OLE color: 2294529.

HSL color Cylindrical-coordinate representation of color #010323: hue angle of 236.47º degrees, saturation: 0.94, 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 #010323 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB1335-
CMYK0.970.9100.86
HSL236.47º94.44%7.06%-
HSV(B)236.47º97.14%13.73%-
XYZ0.350.191.61-
YUV6.05144.34124.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 3 (1.56% from 255) = 7.69%
BLUE value IS 35 (14.06% from 255) = 89.74%
R=2.56%
G=7.69%
B=89.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13350.970.9100.86236.4794.447.06
Hex1323615B056ec5e7
Octal134314113301263541367
Binary1111000111100001101101101010110111011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010323; }

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

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

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

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

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

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

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

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