#15041A

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

Shades of Blackcurrant #15041A

Tints of Blackcurrant #15041A

Color information

#15041A (or 0x15041A) is unknown color: approx Blackcurrant. HEX triplet: 15, 04 and 1A. RGB value is (21,4,26). Sum of RGB (Red+Green+Blue) = 21+4+26=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #15041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15041A is #EAFBE5. Grayscale: #0B0B0B. Windows color (decimal): -15399910 or 1704981. OLE color: 1704981.

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

Color convert

RGB21426-
CMYK0.190.8500.90
HSL286.36º73.33%5.88%-
HSV(B)286.36º84.62%10.2%-
XYZ0.540.321.01-
YUV11.59136.13134.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=41.18%
G=7.84%
B=50.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal214260.190.8500.90286.3673.335.88
Hex1541A135505A11e496
Octal254322312501324361116
Binary1010110011010100111010101010110101000111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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