#15011D

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

Shades of Blackcurrant #15011D

Tints of Blackcurrant #15011D

Color information

#15011D (or 0x15011D) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 1D. RGB value is (21,1,29). Sum of RGB (Red+Green+Blue) = 21+1+29=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #15011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15011D is #EAFEE2. Grayscale: #0A0A0A. Windows color (decimal): -15400675 or 1900821. OLE color: 1900821.

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

Color convert

RGB21129-
CMYK0.280.9700.89
HSL282.86º93.33%5.88%-
HSV(B)282.86º96.55%11.37%-
XYZ0.540.271.19-
YUV10.17138.63135.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=41.18%
G=1.96%
B=56.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal211290.280.9700.89282.8693.335.88
Hex1511D1C6105911b5d6
Octal251353414101314331356
Binary10101111101111001100001010110011000110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15011D; }

 p { color: rgb(21,1,29); }

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

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

 a { background-color: rgb(21,1,29); }

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

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

 span { border-color: rgb(21,1,29); }

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