#180530

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

Shades of Blackcurrant #180530

Tints of Blackcurrant #180530

Color information

#180530 (or 0x180530) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 30. RGB value is (24,5,48). Sum of RGB (Red+Green+Blue) = 24+5+48=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #180530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180530 is #E7FACF. Grayscale: #0F0F0F. Windows color (decimal): -15203024 or 3147032. OLE color: 3147032.

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

Color convert

RGB24548-
CMYK0.50.9000.81
HSL266.51º81.13%10.39%-
HSV(B)266.51º89.58%18.82%-
XYZ0.960.522.85-
YUV15.58146.29134-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 48 (19.14% from 255) = 62.34%
R=31.17%
G=6.49%
B=62.34%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal245480.50.9000.81266.5181.1310.39
Hex18530325A05110b51a
Octal3056062132012141312112
Binary1100010111000011001010110100101000110000101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180530; }

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

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

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

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

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

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

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

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