#180221

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

Shades of Blackcurrant #180221

Tints of Blackcurrant #180221

Color information

#180221 (or 0x180221) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 21. RGB value is (24,2,33). Sum of RGB (Red+Green+Blue) = 24+2+33=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #180221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180221 is #E7FDDE. Grayscale: #0C0C0C. Windows color (decimal): -15203807 or 2163224. OLE color: 2163224.

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

Color convert

RGB24233-
CMYK0.270.9400.87
HSL282.58º88.57%6.86%-
HSV(B)282.58º93.94%12.94%-
XYZ0.670.351.47-
YUV12.11139.79136.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 33 (13.28% from 255) = 55.93%
R=40.68%
G=3.39%
B=55.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal242330.270.9400.87282.5888.576.86
Hex182211B5E05711b597
Octal302413313601274331317
Binary1100010100001110111011110010101111000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180221; }

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

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

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

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

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

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

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

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