#180524

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

Shades of Blackcurrant #180524

Tints of Blackcurrant #180524

Color information

#180524 (or 0x180524) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 24. RGB value is (24,5,36). Sum of RGB (Red+Green+Blue) = 24+5+36=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #180524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180524 is #E7FADB. Grayscale: #0E0E0E. Windows color (decimal): -15203036 or 2360600. OLE color: 2360600.

HSL color Cylindrical-coordinate representation of color #180524: hue angle of 276.77º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180524 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB24536-
CMYK0.330.8600.86
HSL276.77º75.61%8.04%-
HSV(B)276.77º86.11%14.12%-
XYZ0.750.431.71-
YUV14.22140.29134.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=36.92%
G=7.69%
B=55.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal245360.330.8600.86276.7775.618.04
Hex1852421560561154c8
Octal3054441126012642511410
Binary1100010110010010000110101100101011010001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180524; }

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

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

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

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

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

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

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

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