#290235

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

Shades of Blackcurrant #290235

Tints of Blackcurrant #290235

Color information

#290235 (or 0x290235) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 35. RGB value is (41,2,53). Sum of RGB (Red+Green+Blue) = 41+2+53=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #290235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290235 is #D6FDCA. Grayscale: #131313. Windows color (decimal): -14089675 or 3473961. OLE color: 3473961.

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

Color convert

RGB41253-
CMYK0.230.9600.79
HSL285.88º92.73%10.78%-
HSV(B)285.88º96.23%20.78%-
XYZ1.580.773.43-
YUV19.48146.92143.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=42.71%
G=2.08%
B=55.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal412530.230.9600.79285.8892.7310.78
Hex29235176004F11e5db
Octal5126527140011743613513
Binary101001101101011011111000000100111110001111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290235; }

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

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

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

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

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

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

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

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