#150432

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

Shades of Blackcurrant #150432

Tints of Blackcurrant #150432

Color information

#150432 (or 0x150432) is unknown color: approx Blackcurrant. HEX triplet: 15, 04 and 32. RGB value is (21,4,50). Sum of RGB (Red+Green+Blue) = 21+4+50=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #150432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150432 is #EAFBCD. Grayscale: #0E0E0E. Windows color (decimal): -15399886 or 3277845. OLE color: 3277845.

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

Color convert

RGB21450-
CMYK0.580.9200.80
HSL262.17º85.19%10.59%-
HSV(B)262.17º92%19.61%-
XYZ0.930.483.06-
YUV14.33148.13132.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 50 (19.92% from 255) = 66.67%
R=28%
G=5.33%
B=66.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal214500.580.9200.80262.1785.1910.59
Hex154323A5C05010655b
Octal2546272134012040612513
Binary1010110011001011101010111000101000010000011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150432; }

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

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

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

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

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

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

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

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