#150533

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

Shades of Blackcurrant #150533

Tints of Blackcurrant #150533

Color information

#150533 (or 0x150533) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 33. RGB value is (21,5,51). Sum of RGB (Red+Green+Blue) = 21+5+51=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #150533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150533 is #EAFACC. Grayscale: #0E0E0E. Windows color (decimal): -15399629 or 3343637. OLE color: 3343637.

HSL color Cylindrical-coordinate representation of color #150533: hue angle of 260.87º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150533 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB21551-
CMYK0.590.9000.8
HSL260.87º82.14%10.98%-
HSV(B)260.87º90.2%20%-
XYZ0.960.513.18-
YUV15.03148.3132.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.27%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 51 (20.31% from 255) = 66.23%
R=27.27%
G=6.49%
B=66.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal215510.590.9000.8260.8782.1410.98
Hex155333B5A05010552b
Octal2556373132012040512213
Binary1010110111001111101110110100101000010000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150533; }

 p { color: rgb(21,5,51); }

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

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

 a { background-color: rgb(21,5,51); }

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

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

 span { border-color: rgb(21,5,51); }

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