#150820

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

Shades of Blackcurrant #150820

Tints of Blackcurrant #150820

Color information

#150820 (or 0x150820) is unknown color: approx Blackcurrant. HEX triplet: 15, 08 and 20. RGB value is (21,8,32). Sum of RGB (Red+Green+Blue) = 21+8+32=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #150820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150820 is #EAF7DF. Grayscale: #0E0E0E. Windows color (decimal): -15398880 or 2099221. OLE color: 2099221.

HSL color Cylindrical-coordinate representation of color #150820: hue angle of 272.5º 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 #150820 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB21832-
CMYK0.340.7500.87
HSL272.5º60%7.84%-
HSV(B)272.5º75%12.55%-
XYZ0.660.441.42-
YUV14.62137.81132.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 32 (12.89% from 255) = 52.46%
R=34.43%
G=13.11%
B=52.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal218320.340.7500.87272.5607.84
Hex15820224B0571103c8
Octal2510404211301274207410
Binary1010110001000001000101001011010101111000100001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150820; }

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

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

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

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

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

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

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

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