#150023

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

Shades of Blackcurrant #150023

Tints of Blackcurrant #150023

Color information

#150023 (or 0x150023) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 23. RGB value is (21,0,35). Sum of RGB (Red+Green+Blue) = 21+0+35=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #150023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150023 is #EAFFDC. Grayscale: #0A0A0A. Windows color (decimal): -15400925 or 2293781. OLE color: 2293781.

HSL color Cylindrical-coordinate representation of color #150023: hue angle of 276º 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 #150023 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB21035-
CMYK0.40100.86
HSL276º100%6.86%-
HSV(B)276º100%13.73%-
XYZ0.610.281.61-
YUV10.27141.96135.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 37.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 62.5%
R=37.5%
G=0%
B=62.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal210350.40100.862761006.86
Hex150232864056114647
Octal250435014401264241447
Binary1010101000111010001100100010101101000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150023; }

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

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

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

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

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

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

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

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