#15021F

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

Shades of Blackcurrant #15021F

Tints of Blackcurrant #15021F

Color information

#15021F (or 0x15021F) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 1F. RGB value is (21,2,31). Sum of RGB (Red+Green+Blue) = 21+2+31=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #15021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15021F is #EAFDE0. Grayscale: #0A0A0A. Windows color (decimal): -15400417 or 2032149. OLE color: 2032149.

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

Color convert

RGB21231-
CMYK0.320.9400.88
HSL279.31º87.88%6.47%-
HSV(B)279.31º93.55%12.16%-
XYZ0.580.31.32-
YUV10.99139.29135.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 31 (12.5% from 255) = 57.41%
R=38.89%
G=3.70%
B=57.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal212310.320.9400.88279.3187.886.47
Hex1521F205E058117586
Octal252374013601304271306
Binary1010110111111000001011110010110001000101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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