#150328

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

Shades of Blackcurrant #150328

Tints of Blackcurrant #150328

Color information

#150328 (or 0x150328) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 28. RGB value is (21,3,40). Sum of RGB (Red+Green+Blue) = 21+3+40=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #150328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150328 is #EAFCD7. Grayscale: #0C0C0C. Windows color (decimal): -15400152 or 2622229. OLE color: 2622229.

HSL color Cylindrical-coordinate representation of color #150328: hue angle of 269.19º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150328 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21340-
CMYK0.480.9300.84
HSL269.19º86.05%8.43%-
HSV(B)269.19º92.5%15.69%-
XYZ0.720.382.04-
YUV12.6143.46133.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.81%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 40 (16.02% from 255) = 62.5%
R=32.81%
G=4.69%
B=62.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal213400.480.9300.84269.1986.058.43
Hex15328305D05410d568
Octal2535060135012441512610
Binary101011110100011000010111010101010010000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150328; }

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

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

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

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

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

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

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

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