#150024

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

Shades of Blackcurrant #150024

Tints of Blackcurrant #150024

Color information

#150024 (or 0x150024) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 24. RGB value is (21,0,36). Sum of RGB (Red+Green+Blue) = 21+0+36=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #150024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150024 is #EAFFDB. Grayscale: #0A0A0A. Windows color (decimal): -15400924 or 2359317. OLE color: 2359317.

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

Color convert

RGB21036-
CMYK0.42100.86
HSL275º100%7.06%-
HSV(B)275º100%14.12%-
XYZ0.630.291.69-
YUV10.38142.46135.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 63.16%
R=36.84%
G=0%
B=63.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal210360.42100.862751007.06
Hex150242A64056113647
Octal250445214401264231447
Binary1010101001001010101100100010101101000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150024; }

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

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

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

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

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

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

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

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