#15001A

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

Shades of Blackcurrant #15001A

Tints of Blackcurrant #15001A

Color information

#15001A (or 0x15001A) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 1A. RGB value is (21,0,26). Sum of RGB (Red+Green+Blue) = 21+0+26=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #15001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15001A is #EAFFE5. Grayscale: #090909. Windows color (decimal): -15400934 or 1703957. OLE color: 1703957.

HSL color Cylindrical-coordinate representation of color #15001A: hue angle of 288.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15001A is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB21026-
CMYK0.19100.90
HSL288.46º100%5.1%-
HSV(B)288.46º100%10.2%-
XYZ0.50.231-
YUV9.24137.46136.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=44.68%
G=0%
B=55.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal210260.19100.90288.461005.1
Hex1501A136405A120645
Octal250322314401324401445
Binary10101011010100111100100010110101001000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,0,26); }

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

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

 a { background-color: rgb(21,0,26); }

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

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

 span { border-color: rgb(21,0,26); }

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