#150C1D

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

Shades of Blackcurrant #150C1D

Tints of Blackcurrant #150C1D

Color information

#150C1D (or 0x150C1D) is unknown color: approx Blackcurrant. HEX triplet: 15, 0C and 1D. RGB value is (21,12,29). Sum of RGB (Red+Green+Blue) = 21+12+29=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #150C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C1D is #EAF3E2. Grayscale: #101010. Windows color (decimal): -15397859 or 1903637. OLE color: 1903637.

HSL color Cylindrical-coordinate representation of color #150C1D: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #150C1D is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB211229-
CMYK0.280.5900.89
HSL271.76º41.46%8.04%-
HSV(B)271.76º58.62%11.37%-
XYZ0.660.511.23-
YUV16.63134.98131.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=33.87%
G=19.35%
B=46.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2112290.280.5900.89271.7641.468.04
Hex15C1D1C3B059110298
Octal251435347301314205110
Binary1010111001110111100111011010110011000100001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150C1D; }

 p { color: rgb(21,12,29); }

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

<style>
 a { background-color: #150C1D; }

 a { background-color: rgb(21,12,29); }

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

<style>
 span { border-color: #150C1D; }

 span { border-color: rgb(21,12,29); }

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