#080228

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

Shades of Black Russian #080228

Tints of Black Russian #080228

Color information

#080228 (or 0x080228) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 28. RGB value is (8,2,40). Sum of RGB (Red+Green+Blue) = 8+2+40=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 40 (16.02% from 255 or 80% from 50); Max value from RGB is 40 - color contains mainly: blue. Hex color #080228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080228 is #F7FDD7. Grayscale: #070707. Windows color (decimal): -16252376 or 2621960. OLE color: 2621960.

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

Color convert

RGB8240-
CMYK0.800.9500.84
HSL249.47º90.48%8.24%-
HSV(B)249.47º95%15.69%-
XYZ0.50.252.03-
YUV8.13145.99127.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 40 (16.02% from 255) = 80%
R=16%
G=4%
B=80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal82400.800.9500.84249.4790.488.24
Hex8228505F054f95a8
Octal10250120137012437113210
Binary10001010100010100001011111010101001111100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080228; }

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

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

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

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

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

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

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

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