#290E35

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

Shades of Blackcurrant #290E35

Tints of Blackcurrant #290E35

Color information

#290E35 (or 0x290E35) is unknown color: approx Blackcurrant. HEX triplet: 29, 0E and 35. RGB value is (41,14,53). Sum of RGB (Red+Green+Blue) = 41+14+53=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #290E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E35 is #D6F1CA. Grayscale: #1A1A1A. Windows color (decimal): -14086603 or 3477033. OLE color: 3477033.

HSL color Cylindrical-coordinate representation of color #290E35: hue angle of 281.54º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #290E35 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB411453-
CMYK0.230.7400.79
HSL281.54º58.21%13.14%-
HSV(B)281.54º73.58%20.78%-
XYZ1.711.043.48-
YUV26.52142.95138.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=37.96%
G=12.96%
B=49.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4114530.230.7400.79281.5458.2113.14
Hex29E35174A04F11a3ad
Octal5116652711201174327215
Binary1010011110110101101111001010010011111000110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290E35; }

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

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

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

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

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

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

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

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