#180529

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

Shades of Blackcurrant #180529

Tints of Blackcurrant #180529

Color information

#180529 (or 0x180529) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 29. RGB value is (24,5,41). Sum of RGB (Red+Green+Blue) = 24+5+41=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #180529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180529 is #E7FAD6. Grayscale: #0E0E0E. Windows color (decimal): -15203031 or 2688280. OLE color: 2688280.

HSL color Cylindrical-coordinate representation of color #180529: hue angle of 271.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180529 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB24541-
CMYK0.410.8800.84
HSL271.67º78.26%9.02%-
HSV(B)271.67º87.8%16.08%-
XYZ0.830.462.14-
YUV14.78142.79134.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 41 (16.41% from 255) = 58.57%
R=34.29%
G=7.14%
B=58.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal245410.410.8800.84271.6778.269.02
Hex1852929580541104e9
Octal3055151130012442011611
Binary1100010110100110100110110000101010010001000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180529; }

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

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

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

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

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

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

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

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