#150523

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

Shades of Blackcurrant #150523

Tints of Blackcurrant #150523

Color information

#150523 (or 0x150523) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 23. RGB value is (21,5,35). Sum of RGB (Red+Green+Blue) = 21+5+35=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #150523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150523 is #EAFADC. Grayscale: #0D0D0D. Windows color (decimal): -15399645 or 2295061. OLE color: 2295061.

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

Color convert

RGB21535-
CMYK0.400.8600.86
HSL272º75%7.84%-
HSV(B)272º85.71%13.73%-
XYZ0.670.391.63-
YUV13.2140.3133.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 35 (14.06% from 255) = 57.38%
R=34.43%
G=8.20%
B=57.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal215350.400.8600.86272757.84
Hex1552328560561104b8
Octal2554350126012642011310
Binary1010110110001110100010101100101011010001000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150523; }

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

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

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

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

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

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

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

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