#180421

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

Shades of Blackcurrant #180421

Tints of Blackcurrant #180421

Color information

#180421 (or 0x180421) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 21. RGB value is (24,4,33). Sum of RGB (Red+Green+Blue) = 24+4+33=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #180421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180421 is #E7FBDE. Grayscale: #0D0D0D. Windows color (decimal): -15203295 or 2163736. OLE color: 2163736.

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

Color convert

RGB24433-
CMYK0.270.8800.87
HSL281.38º78.38%7.25%-
HSV(B)281.38º87.88%12.94%-
XYZ0.690.391.48-
YUV13.29139.13135.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 33 (13.28% from 255) = 54.10%
R=39.34%
G=6.56%
B=54.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal244330.270.8800.87281.3878.387.25
Hex184211B580571194e7
Octal304413313001274311167
Binary11000100100001110111011000010101111000110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180421; }

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

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

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

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

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

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

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

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