#150124

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

Shades of Blackcurrant #150124

Tints of Blackcurrant #150124

Color information

#150124 (or 0x150124) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 24. RGB value is (21,1,36). Sum of RGB (Red+Green+Blue) = 21+1+36=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #150124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150124 is #EAFEDB. Grayscale: #0A0A0A. Windows color (decimal): -15400668 or 2359573. OLE color: 2359573.

HSL color Cylindrical-coordinate representation of color #150124: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150124 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB21136-
CMYK0.420.9700.86
HSL274.29º94.59%7.25%-
HSV(B)274.29º97.22%14.12%-
XYZ0.640.311.69-
YUV10.97142.13135.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 36 (14.45% from 255) = 62.07%
R=36.21%
G=1.72%
B=62.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal211360.420.9700.86274.2994.597.25
Hex151242A610561125f7
Octal251445214101264221377
Binary1010111001001010101100001010101101000100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150124; }

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

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

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

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

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

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

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

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