#180220

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

Shades of Blackcurrant #180220

Tints of Blackcurrant #180220

Color information

#180220 (or 0x180220) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 20. RGB value is (24,2,32). Sum of RGB (Red+Green+Blue) = 24+2+32=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #180220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180220 is #E7FDDF. Grayscale: #0B0B0B. Windows color (decimal): -15203808 or 2097688. OLE color: 2097688.

HSL color Cylindrical-coordinate representation of color #180220: hue angle of 284º degrees, saturation: 0.88, 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 #180220 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB24232-
CMYK0.250.9400.87
HSL284º88.24%6.67%-
HSV(B)284º93.75%12.55%-
XYZ0.660.341.4-
YUV12139.29136.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 32 (12.89% from 255) = 55.17%
R=41.38%
G=3.45%
B=55.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal242320.250.9400.8728488.246.67
Hex18220195E05711c587
Octal302403113601274341307
Binary1100010100000110011011110010101111000111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180220; }

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

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

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

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

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

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

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

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