#150228

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

Shades of Blackcurrant #150228

Tints of Blackcurrant #150228

Color information

#150228 (or 0x150228) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 28. RGB value is (21,2,40). Sum of RGB (Red+Green+Blue) = 21+2+40=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #150228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150228 is #EAFDD7. Grayscale: #0B0B0B. Windows color (decimal): -15400408 or 2621973. OLE color: 2621973.

HSL color Cylindrical-coordinate representation of color #150228: hue angle of 270º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150228 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21240-
CMYK0.480.9500.84
HSL270º90.48%8.24%-
HSV(B)270º95%15.69%-
XYZ0.710.362.04-
YUV12.01143.79134.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 40 (16.02% from 255) = 63.49%
R=33.33%
G=3.17%
B=63.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal212400.480.9500.8427090.488.24
Hex15228305F05410e5a8
Octal2525060137012441613210
Binary101011010100011000010111110101010010000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150228; }

 p { color: rgb(21,2,40); }

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

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

 a { background-color: rgb(21,2,40); }

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

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

 span { border-color: rgb(21,2,40); }

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