#000323

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

Shades of Black Russian #000323

Tints of Black Russian #000323

Color information

#000323 (or 0x000323) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 23. RGB value is (0,3,35). Sum of RGB (Red+Green+Blue) = 0+3+35=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 35 (14.06% from 255 or 92.11% from 38); Max value from RGB is 35 - color contains mainly: blue. Hex color #000323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000323 is #FFFCDC. Grayscale: #050505. Windows color (decimal): -16776413 or 2294528. OLE color: 2294528.

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

Color convert

RGB0335-
CMYK10.9100.86
HSL234.86º100%6.86%-
HSV(B)234.86º100%13.73%-
XYZ0.340.191.61-
YUV5.75144.51123.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 35 (14.06% from 255) = 92.11%
R=0%
G=7.89%
B=92.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal033510.9100.86234.861006.86
Hex0323645B056eb647
Octal034314413301263531447
Binary0111000111100100101101101010110111010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000323; }

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

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

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

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

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

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

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

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