#290138

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

Shades of Blackcurrant #290138

Tints of Blackcurrant #290138

Color information

#290138 (or 0x290138) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 38. RGB value is (41,1,56). Sum of RGB (Red+Green+Blue) = 41+1+56=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #290138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290138 is #D6FEC7. Grayscale: #131313. Windows color (decimal): -14089928 or 3670313. OLE color: 3670313.

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

Color convert

RGB41156-
CMYK0.270.9800.78
HSL283.64º96.49%11.18%-
HSV(B)283.64º98.21%21.96%-
XYZ1.640.783.81-
YUV19.23148.75143.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=41.84%
G=1.02%
B=57.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal411560.270.9800.78283.6496.4911.18
Hex291381B6204E11c60b
Octal5117033142011643414013
Binary10100111110001101111000100100111010001110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290138; }

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

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

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

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

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

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

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

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