#290238

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

Shades of Blackcurrant #290238

Tints of Blackcurrant #290238

Color information

#290238 (or 0x290238) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 38. RGB value is (41,2,56). Sum of RGB (Red+Green+Blue) = 41+2+56=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #290238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290238 is #D6FDC7. Grayscale: #131313. Windows color (decimal): -14089672 or 3670569. OLE color: 3670569.

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

Color convert

RGB41256-
CMYK0.270.9600.78
HSL283.33º93.1%11.37%-
HSV(B)283.33º96.43%21.96%-
XYZ1.650.83.81-
YUV19.82148.42143.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=41.41%
G=2.02%
B=56.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal412560.270.9600.78283.3393.111.37
Hex292381B6004E11b5db
Octal5127033140011643313513
Binary101001101110001101111000000100111010001101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290238; }

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

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

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

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

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

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

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

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