#15052C

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

Shades of Blackcurrant #15052C

Tints of Blackcurrant #15052C

Color information

#15052C (or 0x15052C) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 2C. RGB value is (21,5,44). Sum of RGB (Red+Green+Blue) = 21+5+44=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #15052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15052C is #EAFAD3. Grayscale: #0E0E0E. Windows color (decimal): -15399636 or 2884885. OLE color: 2884885.

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

Color convert

RGB21544-
CMYK0.520.8900.83
HSL264.62º79.59%9.61%-
HSV(B)264.62º88.64%17.25%-
XYZ0.820.452.43-
YUV14.23144.8132.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 44 (17.58% from 255) = 62.86%
R=30%
G=7.14%
B=62.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal215440.520.8900.83264.6279.599.61
Hex1552C345905310950a
Octal2555464131012341112012
Binary1010110110110011010010110010101001110000100110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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