#180532

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

Shades of Blackcurrant #180532

Tints of Blackcurrant #180532

Color information

#180532 (or 0x180532) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 32. RGB value is (24,5,50). Sum of RGB (Red+Green+Blue) = 24+5+50=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 50 (19.92% from 255 or 63.29% from 79); Max value from RGB is 50 - color contains mainly: blue. Hex color #180532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180532 is #E7FACD. Grayscale: #0F0F0F. Windows color (decimal): -15203022 or 3278104. OLE color: 3278104.

HSL color Cylindrical-coordinate representation of color #180532: hue angle of 265.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180532 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB24550-
CMYK0.520.9000.80
HSL265.33º81.82%10.78%-
HSV(B)265.33º90%19.61%-
XYZ1.010.533.07-
YUV15.81147.29133.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 50 (19.92% from 255) = 63.29%
R=30.38%
G=6.33%
B=63.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal245500.520.9000.80265.3381.8210.78
Hex18532345A05010952b
Octal3056264132012041112213
Binary1100010111001011010010110100101000010000100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180532; }

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

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

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

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

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

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

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

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