#290538

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

Shades of Blackcurrant #290538

Tints of Blackcurrant #290538

Color information

#290538 (or 0x290538) is unknown color: approx Blackcurrant. HEX triplet: 29, 05 and 38. RGB value is (41,5,56). Sum of RGB (Red+Green+Blue) = 41+5+56=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #290538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290538 is #D6FAC7. Grayscale: #151515. Windows color (decimal): -14088904 or 3671337. OLE color: 3671337.

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

Color convert

RGB41556-
CMYK0.270.9100.78
HSL282.35º83.61%11.96%-
HSV(B)282.35º91.07%21.96%-
XYZ1.680.873.82-
YUV21.58147.43141.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=40.20%
G=4.90%
B=54.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal415560.270.9100.78282.3583.6111.96
Hex295381B5B04E11a54c
Octal5157033133011643212414
Binary1010011011110001101110110110100111010001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290538; }

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

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

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

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

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

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

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

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