#150027

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

Shades of Blackcurrant #150027

Tints of Blackcurrant #150027

Color information

#150027 (or 0x150027) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 27. RGB value is (21,0,39). Sum of RGB (Red+Green+Blue) = 21+0+39=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #150027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150027 is #EAFFD8. Grayscale: #0A0A0A. Windows color (decimal): -15400921 or 2555925. OLE color: 2555925.

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

Color convert

RGB21039-
CMYK0.46100.85
HSL272.31º100%7.65%-
HSV(B)272.31º100%15.29%-
XYZ0.680.311.94-
YUV10.72143.96135.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 65%
R=35%
G=0%
B=65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal210390.46100.85272.311007.65
Hex150272E64055110648
Octal2504756144012542014410
Binary10101010011110111011001000101010110001000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150027; }

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

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

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

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

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

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

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

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