#150129

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

Shades of Blackcurrant #150129

Tints of Blackcurrant #150129

Color information

#150129 (or 0x150129) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 29. RGB value is (21,1,41). Sum of RGB (Red+Green+Blue) = 21+1+41=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #150129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150129 is #EAFED6. Grayscale: #0B0B0B. Windows color (decimal): -15400663 or 2687253. OLE color: 2687253.

HSL color Cylindrical-coordinate representation of color #150129: hue angle of 270º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150129 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21141-
CMYK0.490.9800.84
HSL270º95.24%8.24%-
HSV(B)270º97.56%16.08%-
XYZ0.720.342.13-
YUV11.54144.63134.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 41 (16.41% from 255) = 65.08%
R=33.33%
G=1.59%
B=65.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal211410.490.9800.8427095.248.24
Hex15129316205410e5f8
Octal2515161142012441613710
Binary10101110100111000111000100101010010000111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150129; }

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

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

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

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

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

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

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

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