#150429

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

Shades of Blackcurrant #150429

Tints of Blackcurrant #150429

Color information

#150429 (or 0x150429) is unknown color: approx Blackcurrant. HEX triplet: 15, 04 and 29. RGB value is (21,4,41). Sum of RGB (Red+Green+Blue) = 21+4+41=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #150429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150429 is #EAFBD6. Grayscale: #0D0D0D. Windows color (decimal): -15399895 or 2688021. OLE color: 2688021.

HSL color Cylindrical-coordinate representation of color #150429: hue angle of 267.57º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150429 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21441-
CMYK0.490.9000.84
HSL267.57º82.22%8.82%-
HSV(B)267.57º90.24%16.08%-
XYZ0.750.412.14-
YUV13.3143.63133.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 41 (16.41% from 255) = 62.12%
R=31.82%
G=6.06%
B=62.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal214410.490.9000.84267.5782.228.82
Hex15429315A05410c529
Octal2545161132012441412211
Binary1010110010100111000110110100101010010000110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150429; }

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

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

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

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

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

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

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

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