#290248

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

Shades of Blackcurrant #290248

Tints of Blackcurrant #290248

Color information

#290248 (or 0x290248) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 48. RGB value is (41,2,72). Sum of RGB (Red+Green+Blue) = 41+2+72=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #290248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290248 is #D6FDB7. Grayscale: #151515. Windows color (decimal): -14089656 or 4719145. OLE color: 4719145.

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

Color convert

RGB41272-
CMYK0.430.9700.72
HSL273.43º94.59%14.51%-
HSV(B)273.43º97.22%28.24%-
XYZ2.110.986.21-
YUV21.64156.42141.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=35.65%
G=1.74%
B=62.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal412720.430.9700.72273.4394.5914.51
Hex292482B610481115ff
Octal51211053141011042113717
Binary10100110100100010101111000010100100010001000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290248; }

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

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

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

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

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

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

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

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