#290338

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

Shades of Blackcurrant #290338

Tints of Blackcurrant #290338

Color information

#290338 (or 0x290338) is unknown color: approx Blackcurrant. HEX triplet: 29, 03 and 38. RGB value is (41,3,56). Sum of RGB (Red+Green+Blue) = 41+3+56=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #290338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290338 is #D6FCC7. Grayscale: #141414. Windows color (decimal): -14089416 or 3670825. OLE color: 3670825.

HSL color Cylindrical-coordinate representation of color #290338: hue angle of 283.02º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290338 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB41356-
CMYK0.270.9500.78
HSL283.02º89.83%11.57%-
HSV(B)283.02º94.64%21.96%-
XYZ1.660.823.81-
YUV20.4148.09142.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 56 (22.27% from 255) = 56%
R=41%
G=3%
B=56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal413560.270.9500.78283.0289.8311.57
Hex293381B5F04E11b5ac
Octal5137033137011643313214
Binary101001111110001101110111110100111010001101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290338; }

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

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

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

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

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

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

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

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