#150824

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

Shades of Blackcurrant #150824

Tints of Blackcurrant #150824

Color information

#150824 (or 0x150824) is unknown color: approx Blackcurrant. HEX triplet: 15, 08 and 24. RGB value is (21,8,36). Sum of RGB (Red+Green+Blue) = 21+8+36=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #150824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150824 is #EAF7DB. Grayscale: #0E0E0E. Windows color (decimal): -15398876 or 2361365. OLE color: 2361365.

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

Color convert

RGB21836-
CMYK0.420.7800.86
HSL267.86º63.64%8.63%-
HSV(B)267.86º77.78%14.12%-
XYZ0.710.461.72-
YUV15.08139.81132.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=32.31%
G=12.31%
B=55.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal218360.420.7800.86267.8663.648.63
Hex158242A4E05610c409
Octal25104452116012641410011
Binary10101100010010010101010011100101011010000110010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150824; }

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

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

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

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

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

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

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

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