#15012A

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

Shades of Blackcurrant #15012A

Tints of Blackcurrant #15012A

Color information

#15012A (or 0x15012A) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 2A. RGB value is (21,1,42). Sum of RGB (Red+Green+Blue) = 21+1+42=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #15012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15012A is #EAFED5. Grayscale: #0B0B0B. Windows color (decimal): -15400662 or 2752789. OLE color: 2752789.

HSL color Cylindrical-coordinate representation of color #15012A: hue angle of 269.27º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15012A is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21142-
CMYK0.500.9800.84
HSL269.27º95.35%8.43%-
HSV(B)269.27º97.62%16.47%-
XYZ0.740.352.22-
YUV11.65145.13134.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.81%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 42 (16.80% from 255) = 65.62%
R=32.81%
G=1.56%
B=65.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal211420.500.9800.84269.2795.358.43
Hex1512A326205410d5f8
Octal2515262142012441513710
Binary10101110101011001011000100101010010000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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