#180531

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

Shades of Blackcurrant #180531

Tints of Blackcurrant #180531

Color information

#180531 (or 0x180531) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 31. RGB value is (24,5,49). Sum of RGB (Red+Green+Blue) = 24+5+49=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #180531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180531 is #E7FACE. Grayscale: #0F0F0F. Windows color (decimal): -15203023 or 3212568. OLE color: 3212568.

HSL color Cylindrical-coordinate representation of color #180531: hue angle of 265.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180531 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB24549-
CMYK0.510.9000.81
HSL265.91º81.48%10.59%-
HSV(B)265.91º89.8%19.22%-
XYZ0.990.522.96-
YUV15.7146.79133.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=30.77%
G=6.41%
B=62.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal245490.510.9000.81265.9181.4810.59
Hex18531335A05110a51b
Octal3056163132012141212113
Binary1100010111000111001110110100101000110000101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180531; }

 p { color: rgb(24,5,49); }

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

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

 a { background-color: rgb(24,5,49); }

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

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

 span { border-color: rgb(24,5,49); }

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