#180820

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

Shades of Blackcurrant #180820

Tints of Blackcurrant #180820

Color information

#180820 (or 0x180820) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 20. RGB value is (24,8,32). Sum of RGB (Red+Green+Blue) = 24+8+32=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #180820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180820 is #E7F7DF. Grayscale: #0F0F0F. Windows color (decimal): -15202272 or 2099224. OLE color: 2099224.

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

Color convert

RGB24832-
CMYK0.250.7500.87
HSL280º60%7.84%-
HSV(B)280º75%12.55%-
XYZ0.720.471.42-
YUV15.52137.3134.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 37.5%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 32 (12.89% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal248320.250.7500.87280607.84
Hex18820194B0571183c8
Octal3010403111301274307410
Binary110001000100000110011001011010101111000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180820; }

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

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

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

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

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

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

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

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