#15021C

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

Shades of Blackcurrant #15021C

Tints of Blackcurrant #15021C

Color information

#15021C (or 0x15021C) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 1C. RGB value is (21,2,28). Sum of RGB (Red+Green+Blue) = 21+2+28=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #15021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15021C is #EAFDE3. Grayscale: #0A0A0A. Windows color (decimal): -15400420 or 1835541. OLE color: 1835541.

HSL color Cylindrical-coordinate representation of color #15021C: hue angle of 283.85º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15021C is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB21228-
CMYK0.250.9300.89
HSL283.85º86.67%5.88%-
HSV(B)283.85º92.86%10.98%-
XYZ0.540.291.13-
YUV10.64137.79135.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=41.18%
G=3.92%
B=54.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal212280.250.9300.89283.8586.675.88
Hex1521C195D05911c576
Octal252343113501314341276
Binary101011011100110011011101010110011000111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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