#150829

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

Shades of Blackcurrant #150829

Tints of Blackcurrant #150829

Color information

#150829 (or 0x150829) is unknown color: approx Blackcurrant. HEX triplet: 15, 08 and 29. RGB value is (21,8,41). Sum of RGB (Red+Green+Blue) = 21+8+41=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #150829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150829 is #EAF7D6. Grayscale: #0F0F0F. Windows color (decimal): -15398871 or 2689045. OLE color: 2689045.

HSL color Cylindrical-coordinate representation of color #150829: hue angle of 263.64º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #150829 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21841-
CMYK0.490.8000.84
HSL263.64º67.35%9.61%-
HSV(B)263.64º80.49%16.08%-
XYZ0.80.492.15-
YUV15.65142.31131.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 41 (16.41% from 255) = 58.57%
R=30%
G=11.43%
B=58.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal218410.490.8000.84263.6467.359.61
Hex15829315005410843a
Octal25105161120012441010312
Binary10101100010100111000110100000101010010000100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150829; }

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

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

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

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

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

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

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

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