#150332

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

Shades of Blackcurrant #150332

Tints of Blackcurrant #150332

Color information

#150332 (or 0x150332) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 32. RGB value is (21,3,50). Sum of RGB (Red+Green+Blue) = 21+3+50=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #150332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150332 is #EAFCCD. Grayscale: #0D0D0D. Windows color (decimal): -15400142 or 3277589. OLE color: 3277589.

HSL color Cylindrical-coordinate representation of color #150332: hue angle of 262.98º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150332 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB21350-
CMYK0.580.9400.80
HSL262.98º88.68%10.39%-
HSV(B)262.98º94%19.61%-
XYZ0.920.453.06-
YUV13.74148.46133.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.38%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 50 (19.92% from 255) = 67.57%
R=28.38%
G=4.05%
B=67.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal213500.580.9400.80262.9888.6810.39
Hex153323A5E05010759a
Octal2536272136012040713112
Binary101011111001011101010111100101000010000011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150332; }

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

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

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

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

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

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

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

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