#150133

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

Shades of Blackcurrant #150133

Tints of Blackcurrant #150133

Color information

#150133 (or 0x150133) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 33. RGB value is (21,1,51). Sum of RGB (Red+Green+Blue) = 21+1+51=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #150133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150133 is #EAFECC. Grayscale: #0C0C0C. Windows color (decimal): -15400653 or 3342613. OLE color: 3342613.

HSL color Cylindrical-coordinate representation of color #150133: hue angle of 264º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150133 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB21151-
CMYK0.590.9800.8
HSL264º96.15%10.2%-
HSV(B)264º98.04%20%-
XYZ0.920.423.16-
YUV12.68149.63133.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.77%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 51 (20.31% from 255) = 69.86%
R=28.77%
G=1.37%
B=69.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal211510.590.9800.826496.1510.2
Hex151333B6205010860a
Octal2516373142012041014012
Binary10101111001111101111000100101000010000100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150133; }

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

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

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

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

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

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

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

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