#180321

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

Shades of Blackcurrant #180321

Tints of Blackcurrant #180321

Color information

#180321 (or 0x180321) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 21. RGB value is (24,3,33). Sum of RGB (Red+Green+Blue) = 24+3+33=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #180321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180321 is #E7FCDE. Grayscale: #0C0C0C. Windows color (decimal): -15203551 or 2163480. OLE color: 2163480.

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

Color convert

RGB24333-
CMYK0.270.9100.87
HSL282º83.33%7.06%-
HSV(B)282º90.91%12.94%-
XYZ0.680.371.47-
YUV12.7139.46136.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 33 (13.28% from 255) = 55%
R=40%
G=5%
B=55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal243330.270.9100.8728283.337.06
Hex183211B5B05711a537
Octal303413313301274321237
Binary1100011100001110111011011010101111000110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180321; }

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

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

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

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

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

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

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

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