#291234

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

Shades of Blackcurrant #291234

Tints of Blackcurrant #291234

Color information

#291234 (or 0x291234) is unknown color: approx Blackcurrant. HEX triplet: 29, 12 and 34. RGB value is (41,18,52). Sum of RGB (Red+Green+Blue) = 41+18+52=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #291234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291234 is #D6EDCB. Grayscale: #1C1C1C. Windows color (decimal): -14085580 or 3412521. OLE color: 3412521.

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

Color convert

RGB411852-
CMYK0.210.6500.80
HSL280.59º48.57%13.73%-
HSV(B)280.59º65.38%20.39%-
XYZ1.751.153.38-
YUV28.75141.12136.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=36.94%
G=16.22%
B=46.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4118520.210.6500.80280.5948.5713.73
Hex291234154105011931e
Octal5122642510101204316116
Binary10100110010110100101011000001010100001000110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291234; }

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

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

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

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

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

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

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

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