#150732

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

Shades of Blackcurrant #150732

Tints of Blackcurrant #150732

Color information

#150732 (or 0x150732) is unknown color: approx Blackcurrant. HEX triplet: 15, 07 and 32. RGB value is (21,7,50). Sum of RGB (Red+Green+Blue) = 21+7+50=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #150732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150732 is #EAF8CD. Grayscale: #0F0F0F. Windows color (decimal): -15399118 or 3278613. OLE color: 3278613.

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

Color convert

RGB21750-
CMYK0.580.8600.80
HSL259.53º75.44%11.18%-
HSV(B)259.53º86%19.61%-
XYZ0.960.543.07-
YUV16.09147.14131.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.92%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 50 (19.92% from 255) = 64.10%
R=26.92%
G=8.97%
B=64.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal217500.580.8600.80259.5375.4411.18
Hex157323A560501044bb
Octal2576272126012040411313
Binary1010111111001011101010101100101000010000010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150732; }

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

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

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

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

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

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

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

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