#180521

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

Shades of Blackcurrant #180521

Tints of Blackcurrant #180521

Color information

#180521 (or 0x180521) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 21. RGB value is (24,5,33). Sum of RGB (Red+Green+Blue) = 24+5+33=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #180521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180521 is #E7FADE. Grayscale: #0D0D0D. Windows color (decimal): -15203039 or 2163992. OLE color: 2163992.

HSL color Cylindrical-coordinate representation of color #180521: hue angle of 280.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #180521 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB24533-
CMYK0.270.8500.87
HSL280.71º73.68%7.45%-
HSV(B)280.71º84.85%12.94%-
XYZ0.710.411.48-
YUV13.87138.79135.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 33 (13.28% from 255) = 53.23%
R=38.71%
G=8.06%
B=53.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal245330.270.8500.87280.7173.687.45
Hex185211B550571194a7
Octal305413312501274311127
Binary11000101100001110111010101010101111000110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180521; }

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

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

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

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

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

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

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

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