#150029

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

Shades of Blackcurrant #150029

Tints of Blackcurrant #150029

Color information

#150029 (or 0x150029) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 29. RGB value is (21,0,41). Sum of RGB (Red+Green+Blue) = 21+0+41=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #150029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150029 is #EAFFD6. Grayscale: #0A0A0A. Windows color (decimal): -15400919 or 2686997. OLE color: 2686997.

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

Color convert

RGB21041-
CMYK0.49100.84
HSL270.73º100%8.04%-
HSV(B)270.73º100%16.08%-
XYZ0.710.322.12-
YUV10.95144.96135.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 66.13%
R=33.87%
G=0%
B=66.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal210410.49100.84270.731008.04
Hex15029316405410f648
Octal2505161144012441714410
Binary10101010100111000111001000101010010000111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150029; }

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

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

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

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

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

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

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

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