#180E28

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

Shades of Blackcurrant #180E28

Tints of Blackcurrant #180E28

Color information

#180E28 (or 0x180E28) is unknown color: approx Blackcurrant. HEX triplet: 18, 0E and 28. RGB value is (24,14,40). Sum of RGB (Red+Green+Blue) = 24+14+40=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #180E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E28 is #E7F1D7. Grayscale: #131313. Windows color (decimal): -15200728 or 2625048. OLE color: 2625048.

HSL color Cylindrical-coordinate representation of color #180E28: hue angle of 263.08º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #180E28 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB241440-
CMYK0.400.6500.84
HSL263.08º48.15%10.59%-
HSV(B)263.08º65%15.69%-
XYZ0.920.662.09-
YUV19.95139.31130.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=30.77%
G=17.95%
B=51.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2414400.400.6500.84263.0848.1510.59
Hex18E28284105410730b
Octal3016505010101244076013
Binary1100011101010001010001000001010101001000001111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180E28; }

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

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

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

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

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

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

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

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