#291235

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

Shades of Blackcurrant #291235

Tints of Blackcurrant #291235

Color information

#291235 (or 0x291235) is unknown color: approx Blackcurrant. HEX triplet: 29, 12 and 35. RGB value is (41,18,53). Sum of RGB (Red+Green+Blue) = 41+18+53=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #291235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291235 is #D6EDCA. Grayscale: #1C1C1C. Windows color (decimal): -14085579 or 3478057. OLE color: 3478057.

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

Color convert

RGB411853-
CMYK0.230.6600.79
HSL279.43º49.3%13.92%-
HSV(B)279.43º66.04%20.78%-
XYZ1.771.163.5-
YUV28.87141.62136.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=36.61%
G=16.07%
B=47.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4118530.230.6600.79279.4349.313.92
Hex291235174204F11731e
Octal5122652710201174276116
Binary10100110010110101101111000010010011111000101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291235; }

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

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

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

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

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

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

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

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