#290136

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

Shades of Blackcurrant #290136

Tints of Blackcurrant #290136

Color information

#290136 (or 0x290136) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 36. RGB value is (41,1,54). Sum of RGB (Red+Green+Blue) = 41+1+54=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #290136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290136 is #D6FEC9. Grayscale: #121212. Windows color (decimal): -14089930 or 3539241. OLE color: 3539241.

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

Color convert

RGB41154-
CMYK0.240.9800.79
HSL285.28º96.36%10.78%-
HSV(B)285.28º98.15%21.18%-
XYZ1.590.763.55-
YUV19147.75143.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 54 (21.48% from 255) = 56.25%
R=42.71%
G=1.04%
B=56.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal411540.240.9800.79285.2896.3610.78
Hex29136186204F11d60b
Octal5116630142011743514013
Binary10100111101101100011000100100111110001110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290136; }

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

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

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

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

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

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

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

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