#180824

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

Shades of Blackcurrant #180824

Tints of Blackcurrant #180824

Color information

#180824 (or 0x180824) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 24. RGB value is (24,8,36). Sum of RGB (Red+Green+Blue) = 24+8+36=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #180824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180824 is #E7F7DB. Grayscale: #0F0F0F. Windows color (decimal): -15202268 or 2361368. OLE color: 2361368.

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

Color convert

RGB24836-
CMYK0.330.7800.86
HSL274.29º63.64%8.63%-
HSV(B)274.29º77.78%14.12%-
XYZ0.780.51.72-
YUV15.98139.3133.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.29%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 36 (14.45% from 255) = 52.94%
R=35.29%
G=11.76%
B=52.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal248360.330.7800.86274.2963.648.63
Hex18824214E056112409
Octal30104441116012642210011
Binary11000100010010010000110011100101011010001001010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180824; }

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

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

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

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

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

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

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

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