#180424

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

Shades of Blackcurrant #180424

Tints of Blackcurrant #180424

Color information

#180424 (or 0x180424) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 24. RGB value is (24,4,36). Sum of RGB (Red+Green+Blue) = 24+4+36=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #180424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180424 is #E7FBDB. Grayscale: #0D0D0D. Windows color (decimal): -15203292 or 2360344. OLE color: 2360344.

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

Color convert

RGB24436-
CMYK0.330.8900.86
HSL277.5º80%7.84%-
HSV(B)277.5º88.89%14.12%-
XYZ0.740.411.71-
YUV13.63140.63135.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 37.5%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 36 (14.45% from 255) = 56.25%
R=37.5%
G=6.25%
B=56.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal244360.330.8900.86277.5807.84
Hex184242159056116508
Octal3044441131012642612010
Binary1100010010010010000110110010101011010001011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180424; }

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

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

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

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

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

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

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

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