#180828

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

Shades of Blackcurrant #180828

Tints of Blackcurrant #180828

Color information

#180828 (or 0x180828) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 28. RGB value is (24,8,40). Sum of RGB (Red+Green+Blue) = 24+8+40=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #180828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180828 is #E7F7D7. Grayscale: #101010. Windows color (decimal): -15202264 or 2623512. OLE color: 2623512.

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

Color convert

RGB24840-
CMYK0.400.8000.84
HSL270º66.67%9.41%-
HSV(B)270º80%15.69%-
XYZ0.850.522.06-
YUV16.43141.3133.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal248400.400.8000.8427066.679.41
Hex18828285005410e439
Octal30105050120012441610311
Binary11000100010100010100010100000101010010000111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180828; }

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

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

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

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

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

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

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

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