#15011F

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

Shades of Blackcurrant #15011F

Tints of Blackcurrant #15011F

Color information

#15011F (or 0x15011F) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 1F. RGB value is (21,1,31). Sum of RGB (Red+Green+Blue) = 21+1+31=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #15011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15011F is #EAFEE0. Grayscale: #0A0A0A. Windows color (decimal): -15400673 or 2031893. OLE color: 2031893.

HSL color Cylindrical-coordinate representation of color #15011F: hue angle of 280º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15011F is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB21131-
CMYK0.320.9700.88
HSL280º93.75%6.27%-
HSV(B)280º96.77%12.16%-
XYZ0.570.281.32-
YUV10.4139.63135.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=39.62%
G=1.89%
B=58.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal211310.320.9700.8828093.756.27
Hex1511F20610581185e6
Octal251374014101304301366
Binary101011111111000001100001010110001000110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15011F; }

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

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

<style>
 a { background-color: #15011F; }

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

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

<style>
 span { border-color: #15011F; }

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

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