#180121

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

Shades of Blackcurrant #180121

Tints of Blackcurrant #180121

Color information

#180121 (or 0x180121) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 21. RGB value is (24,1,33). Sum of RGB (Red+Green+Blue) = 24+1+33=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #180121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180121 is #E7FEDE. Grayscale: #0B0B0B. Windows color (decimal): -15204063 or 2162968. OLE color: 2162968.

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

Color convert

RGB24133-
CMYK0.270.9700.87
HSL283.12º94.12%6.67%-
HSV(B)283.12º96.97%12.94%-
XYZ0.660.331.47-
YUV11.52140.12136.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 33 (13.28% from 255) = 56.90%
R=41.38%
G=1.72%
B=56.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal241330.270.9700.87283.1294.126.67
Hex181211B6105711b5e7
Octal301413314101274331367
Binary110001100001110111100001010101111000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180121; }

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

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

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

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

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

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

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

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