#15021E

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

Shades of Blackcurrant #15021E

Tints of Blackcurrant #15021E

Color information

#15021E (or 0x15021E) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 1E. RGB value is (21,2,30). Sum of RGB (Red+Green+Blue) = 21+2+30=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #15021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15021E is #EAFDE1. Grayscale: #0A0A0A. Windows color (decimal): -15400418 or 1966613. OLE color: 1966613.

HSL color Cylindrical-coordinate representation of color #15021E: hue angle of 280.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15021E is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB21230-
CMYK0.300.9300.88
HSL280.71º87.5%6.27%-
HSV(B)280.71º93.33%11.76%-
XYZ0.570.31.26-
YUV10.87138.79135.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 30 (12.11% from 255) = 56.60%
R=39.62%
G=3.77%
B=56.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal212300.300.9300.88280.7187.56.27
Hex1521E1E5D058119586
Octal252363613501304311306
Binary101011011110111101011101010110001000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15021E; }

 p { color: rgb(21,2,30); }

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

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

 a { background-color: rgb(21,2,30); }

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

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

 span { border-color: rgb(21,2,30); }

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