#180120

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

Shades of Blackcurrant #180120

Tints of Blackcurrant #180120

Color information

#180120 (or 0x180120) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 20. RGB value is (24,1,32). Sum of RGB (Red+Green+Blue) = 24+1+32=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #180120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180120 is #E7FEDF. Grayscale: #0B0B0B. Windows color (decimal): -15204064 or 2097432. OLE color: 2097432.

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

Color convert

RGB24132-
CMYK0.250.9700.87
HSL284.52º93.94%6.47%-
HSV(B)284.52º96.88%12.55%-
XYZ0.650.321.39-
YUV11.41139.62136.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 32 (12.89% from 255) = 56.14%
R=42.11%
G=1.75%
B=56.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal241320.250.9700.87284.5293.946.47
Hex18120196105711d5e6
Octal301403114101274351366
Binary110001100000110011100001010101111000111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180120; }

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

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

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

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

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

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

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

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