#150326

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

Shades of Blackcurrant #150326

Tints of Blackcurrant #150326

Color information

#150326 (or 0x150326) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 26. RGB value is (21,3,38). Sum of RGB (Red+Green+Blue) = 21+3+38=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #150326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150326 is #EAFCD9. Grayscale: #0C0C0C. Windows color (decimal): -15400154 or 2491157. OLE color: 2491157.

HSL color Cylindrical-coordinate representation of color #150326: hue angle of 270.86º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150326 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB21338-
CMYK0.450.9200.85
HSL270.86º85.37%8.04%-
HSV(B)270.86º92.11%14.9%-
XYZ0.690.361.87-
YUV12.37142.46134.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 38 (15.23% from 255) = 61.29%
R=33.87%
G=4.84%
B=61.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213380.450.9200.85270.8685.378.04
Hex153262D5C05510f558
Octal2534655134012541712510
Binary101011110011010110110111000101010110000111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150326; }

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

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

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

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

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

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

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

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