#180224

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

Shades of Blackcurrant #180224

Tints of Blackcurrant #180224

Color information

#180224 (or 0x180224) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 24. RGB value is (24,2,36). Sum of RGB (Red+Green+Blue) = 24+2+36=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #180224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180224 is #E7FDDB. Grayscale: #0C0C0C. Windows color (decimal): -15203804 or 2359832. OLE color: 2359832.

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

Color convert

RGB24236-
CMYK0.330.9400.86
HSL278.82º89.47%7.45%-
HSV(B)278.82º94.44%14.12%-
XYZ0.720.361.7-
YUV12.45141.29136.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 36 (14.45% from 255) = 58.06%
R=38.71%
G=3.23%
B=58.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal242360.330.9400.86278.8289.477.45
Hex18224215E056117597
Octal302444113601264271317
Binary11000101001001000011011110010101101000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180224; }

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

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

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

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

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

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

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

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