#150331

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

Shades of Blackcurrant #150331

Tints of Blackcurrant #150331

Color information

#150331 (or 0x150331) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 31. RGB value is (21,3,49). Sum of RGB (Red+Green+Blue) = 21+3+49=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #150331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150331 is #EAFCCE. Grayscale: #0D0D0D. Windows color (decimal): -15400143 or 3212053. OLE color: 3212053.

HSL color Cylindrical-coordinate representation of color #150331: hue angle of 263.48º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150331 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21349-
CMYK0.570.9400.81
HSL263.48º88.46%10.2%-
HSV(B)263.48º93.88%19.22%-
XYZ0.90.452.94-
YUV13.63147.96133.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.77%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 49 (19.53% from 255) = 67.12%
R=28.77%
G=4.11%
B=67.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal213490.570.9400.81263.4888.4610.2
Hex15331395E05110758a
Octal2536171136012140713012
Binary101011111000111100110111100101000110000011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150331; }

 p { color: rgb(21,3,49); }

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

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

 a { background-color: rgb(21,3,49); }

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

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

 span { border-color: rgb(21,3,49); }

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