#290348

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

Shades of Blackcurrant #290348

Tints of Blackcurrant #290348

Color information

#290348 (or 0x290348) is unknown color: approx Blackcurrant. HEX triplet: 29, 03 and 48. RGB value is (41,3,72). Sum of RGB (Red+Green+Blue) = 41+3+72=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #290348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290348 is #D6FCB7. Grayscale: #151515. Windows color (decimal): -14089400 or 4719401. OLE color: 4719401.

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

Color convert

RGB41372-
CMYK0.430.9600.72
HSL273.04º92%14.71%-
HSV(B)273.04º95.83%28.24%-
XYZ2.1216.21-
YUV22.23156.09141.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=35.34%
G=2.59%
B=62.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal413720.430.9600.72273.049214.71
Hex293482B600481115cf
Octal51311053140011042113417
Binary10100111100100010101111000000100100010001000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290348; }

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

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

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

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

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

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

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

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