#150B28

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

Shades of Blackcurrant #150B28

Tints of Blackcurrant #150B28

Color information

#150B28 (or 0x150B28) is unknown color: approx Blackcurrant. HEX triplet: 15, 0B and 28. RGB value is (21,11,40). Sum of RGB (Red+Green+Blue) = 21+11+40=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #150B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B28 is #EAF4D7. Grayscale: #111111. Windows color (decimal): -15398104 or 2624277. OLE color: 2624277.

HSL color Cylindrical-coordinate representation of color #150B28: hue angle of 260.69º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #150B28 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB211140-
CMYK0.480.7200.84
HSL260.69º56.86%10%-
HSV(B)260.69º72.5%15.69%-
XYZ0.810.552.07-
YUV17.3140.81130.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=29.17%
G=15.28%
B=55.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2111400.480.7200.84260.6956.8610
Hex15B28304805410539a
Octal2513506011001244057112
Binary1010110111010001100001001000010101001000001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,11,40); }

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

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

 a { background-color: rgb(21,11,40); }

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

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

 span { border-color: rgb(21,11,40); }

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