#15022C

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

Shades of Blackcurrant #15022C

Tints of Blackcurrant #15022C

Color information

#15022C (or 0x15022C) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 2C. RGB value is (21,2,44). Sum of RGB (Red+Green+Blue) = 21+2+44=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #15022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15022C is #EAFDD3. Grayscale: #0C0C0C. Windows color (decimal): -15400404 or 2884117. OLE color: 2884117.

HSL color Cylindrical-coordinate representation of color #15022C: hue angle of 267.14º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15022C is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB21244-
CMYK0.520.9500.83
HSL267.14º91.3%9.02%-
HSV(B)267.14º95.45%17.25%-
XYZ0.790.382.42-
YUV12.47145.79134.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 44 (17.58% from 255) = 65.67%
R=31.34%
G=2.99%
B=65.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal212440.520.9500.83267.1491.39.02
Hex1522C345F05310b5b9
Octal2525464137012341313311
Binary101011010110011010010111110101001110000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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