#180024

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

Shades of Blackcurrant #180024

Tints of Blackcurrant #180024

Color information

#180024 (or 0x180024) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 24. RGB value is (24,0,36). Sum of RGB (Red+Green+Blue) = 24+0+36=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #180024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180024 is #E7FFDB. Grayscale: #0B0B0B. Windows color (decimal): -15204316 or 2359320. OLE color: 2359320.

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

Color convert

RGB24036-
CMYK0.33100.86
HSL280º100%7.06%-
HSV(B)280º100%14.12%-
XYZ0.70.321.69-
YUV11.28141.95137.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal240360.33100.862801007.06
Hex180242164056118647
Octal300444114401264301447
Binary1100001001001000011100100010101101000110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180024; }

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

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

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

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

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

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

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

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