#180D28

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

Shades of Blackcurrant #180D28

Tints of Blackcurrant #180D28

Color information

#180D28 (or 0x180D28) is unknown color: approx Blackcurrant. HEX triplet: 18, 0D and 28. RGB value is (24,13,40). Sum of RGB (Red+Green+Blue) = 24+13+40=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #180D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D28 is #E7F2D7. Grayscale: #131313. Windows color (decimal): -15200984 or 2624792. OLE color: 2624792.

HSL color Cylindrical-coordinate representation of color #180D28: hue angle of 264.44º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #180D28 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB241340-
CMYK0.400.6700.84
HSL264.44º50.94%10.39%-
HSV(B)264.44º67.5%15.69%-
XYZ0.90.642.08-
YUV19.37139.64131.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=31.17%
G=16.88%
B=51.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2413400.400.6700.84264.4450.9410.39
Hex18D28284305410833a
Octal3015505010301244106312
Binary1100011011010001010001000011010101001000010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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