#15012D

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

Shades of Blackcurrant #15012D

Tints of Blackcurrant #15012D

Color information

#15012D (or 0x15012D) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 2D. RGB value is (21,1,45). Sum of RGB (Red+Green+Blue) = 21+1+45=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #15012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15012D is #EAFED2. Grayscale: #0B0B0B. Windows color (decimal): -15400659 or 2949397. OLE color: 2949397.

HSL color Cylindrical-coordinate representation of color #15012D: hue angle of 267.27º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15012D is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB21145-
CMYK0.530.9800.82
HSL267.27º95.65%9.02%-
HSV(B)267.27º97.78%17.65%-
XYZ0.790.372.51-
YUV12146.63134.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 45 (17.97% from 255) = 67.16%
R=31.34%
G=1.49%
B=67.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal211450.530.9800.82267.2795.659.02
Hex1512D356205210b609
Octal2515565142012241314011
Binary10101110110111010111000100101001010000101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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