#15031A

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

Shades of Blackcurrant #15031A

Tints of Blackcurrant #15031A

Color information

#15031A (or 0x15031A) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 1A. RGB value is (21,3,26). Sum of RGB (Red+Green+Blue) = 21+3+26=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #15031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15031A is #EAFCE5. Grayscale: #0A0A0A. Windows color (decimal): -15400166 or 1704725. OLE color: 1704725.

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

Color convert

RGB21326-
CMYK0.190.8800.90
HSL286.96º79.31%5.69%-
HSV(B)286.96º88.46%10.2%-
XYZ0.530.31.01-
YUV11136.46135.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 26 (10.55% from 255) = 52%
R=42%
G=6%
B=52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal213260.190.8800.90286.9679.315.69
Hex1531A135805A11f4f6
Octal253322313001324371176
Binary101011111010100111011000010110101000111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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