#290135

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

Shades of Blackcurrant #290135

Tints of Blackcurrant #290135

Color information

#290135 (or 0x290135) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 35. RGB value is (41,1,53). Sum of RGB (Red+Green+Blue) = 41+1+53=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #290135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290135 is #D6FECA. Grayscale: #121212. Windows color (decimal): -14089931 or 3473705. OLE color: 3473705.

HSL color Cylindrical-coordinate representation of color #290135: hue angle of 286.15º 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 #290135 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB41153-
CMYK0.230.9800.79
HSL286.15º96.3%10.59%-
HSV(B)286.15º98.11%20.78%-
XYZ1.570.753.43-
YUV18.89147.25143.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.16%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=43.16%
G=1.05%
B=55.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal411530.230.9800.79286.1596.310.59
Hex29135176204F11e60b
Octal5116527142011743614013
Binary10100111101011011111000100100111110001111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290135; }

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

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

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

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

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

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

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

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