#150A1C

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

Shades of Blackcurrant #150A1C

Tints of Blackcurrant #150A1C

Color information

#150A1C (or 0x150A1C) is unknown color: approx Blackcurrant. HEX triplet: 15, 0A and 1C. RGB value is (21,10,28). Sum of RGB (Red+Green+Blue) = 21+10+28=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #150A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A1C is #EAF5E3. Grayscale: #0F0F0F. Windows color (decimal): -15398372 or 1837589. OLE color: 1837589.

HSL color Cylindrical-coordinate representation of color #150A1C: hue angle of 276.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #150A1C is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB211028-
CMYK0.250.6400.89
HSL276.67º47.37%7.45%-
HSV(B)276.67º64.29%10.98%-
XYZ0.630.461.15-
YUV15.34135.14132.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=35.59%
G=16.95%
B=47.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2110280.250.6400.89276.6747.377.45
Hex15A1C19400591152f7
Octal251234311000131425577
Binary1010110101110011001100000001011001100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,10,28); }

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

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

 a { background-color: rgb(21,10,28); }

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

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

 span { border-color: rgb(21,10,28); }

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