#15013D

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

Shades of Blackcurrant #15013D

Tints of Blackcurrant #15013D

Color information

#15013D (or 0x15013D) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 3D. RGB value is (21,1,61). Sum of RGB (Red+Green+Blue) = 21+1+61=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 61 (24.22% from 255 or 73.49% from 83); Max value from RGB is 61 - color contains mainly: blue. Hex color #15013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15013D is #EAFEC2. Grayscale: #0D0D0D. Windows color (decimal): -15400643 or 3997973. OLE color: 3997973.

HSL color Cylindrical-coordinate representation of color #15013D: hue angle of 260º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15013D is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB21161-
CMYK0.660.9800.76
HSL260º96.77%12.16%-
HSV(B)260º98.36%23.92%-
XYZ1.160.524.45-
YUV13.82154.63133.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 61 (24.22% from 255) = 73.49%
R=25.30%
G=1.20%
B=73.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal211610.660.9800.7626096.7712.16
Hex1513D426204C10461c
Octal25175102142011440414114
Binary101011111101100001011000100100110010000010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15013D; }

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

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

<style>
 a { background-color: #15013D; }

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

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

<style>
 span { border-color: #15013D; }

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

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