#290148

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

Shades of Blackcurrant #290148

Tints of Blackcurrant #290148

Color information

#290148 (or 0x290148) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 48. RGB value is (41,1,72). Sum of RGB (Red+Green+Blue) = 41+1+72=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #290148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290148 is #D6FEB7. Grayscale: #141414. Windows color (decimal): -14089912 or 4718889. OLE color: 4718889.

HSL color Cylindrical-coordinate representation of color #290148: hue angle of 273.8º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290148 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB41172-
CMYK0.430.9900.72
HSL273.8º97.26%14.31%-
HSV(B)273.8º98.61%28.24%-
XYZ2.10.966.21-
YUV21.05156.75142.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=35.96%
G=0.88%
B=63.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal411720.430.9900.72273.897.2614.31
Hex291482B6304811261e
Octal51111053143011042214116
Binary1010011100100010101111000110100100010001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290148; }

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

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

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

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

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

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

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

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