#150227

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

Shades of Blackcurrant #150227

Tints of Blackcurrant #150227

Color information

#150227 (or 0x150227) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 27. RGB value is (21,2,39). Sum of RGB (Red+Green+Blue) = 21+2+39=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 39 (15.62% from 255 or 62.90% from 62); Max value from RGB is 39 - color contains mainly: blue. Hex color #150227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150227 is #EAFDD8. Grayscale: #0B0B0B. Windows color (decimal): -15400409 or 2556437. OLE color: 2556437.

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

Color convert

RGB21239-
CMYK0.460.9500.85
HSL270.81º90.24%8.04%-
HSV(B)270.81º94.87%15.29%-
XYZ0.70.351.95-
YUV11.9143.29134.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 39 (15.62% from 255) = 62.90%
R=33.87%
G=3.23%
B=62.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal212390.460.9500.85270.8190.248.04
Hex152272E5F05510f5a8
Octal2524756137012541713210
Binary101011010011110111010111110101010110000111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150227; }

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

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

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

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

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

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

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

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