#150A1A

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

Shades of Blackcurrant #150A1A

Tints of Blackcurrant #150A1A

Color information

#150A1A (or 0x150A1A) is unknown color: approx Blackcurrant. HEX triplet: 15, 0A and 1A. RGB value is (21,10,26). Sum of RGB (Red+Green+Blue) = 21+10+26=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #150A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A1A is #EAF5E5. Grayscale: #0F0F0F. Windows color (decimal): -15398374 or 1706517. OLE color: 1706517.

HSL color Cylindrical-coordinate representation of color #150A1A: hue angle of 281.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150A1A is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB211026-
CMYK0.190.6200.90
HSL281.25º44.44%7.06%-
HSV(B)281.25º61.54%10.2%-
XYZ0.60.451.03-
YUV15.11134.14132.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 10 (4.30% from 255) = 17.54%
BLUE value IS 26 (10.55% from 255) = 45.61%
R=36.84%
G=17.54%
B=45.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2110260.190.6200.90281.2544.447.06
Hex15A1A133E05A1192c7
Octal25123223760132431547
Binary101011010110101001111111001011010100011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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