#000828

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

Shades of Black Russian #000828

Tints of Black Russian #000828

Color information

#000828 (or 0x000828) is unknown color: approx Black Russian. HEX triplet: 00, 08 and 28. RGB value is (0,8,40). Sum of RGB (Red+Green+Blue) = 0+8+40=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 40 (16.02% from 255 or 83.33% from 48); Max value from RGB is 40 - color contains mainly: blue. Hex color #000828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000828 is #FFF7D7. Grayscale: #090909. Windows color (decimal): -16775128 or 2623488. OLE color: 2623488.

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

Color convert

RGB0840-
CMYK10.8000.84
HSL228º100%7.84%-
HSV(B)228º100%15.69%-
XYZ0.470.332.05-
YUV9.26145.35121.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 83.33%
R=0%
G=16.67%
B=83.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal084010.8000.842281007.84
Hex08286450054e4648
Octal01050144120012434414410
Binary0100010100011001001010000010101001110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000828; }

 p { color: rgb(0,8,40); }

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

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

 a { background-color: rgb(0,8,40); }

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

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

 span { border-color: rgb(0,8,40); }

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