#29122E

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

Shades of Blackcurrant #29122E

Tints of Blackcurrant #29122E

Color information

#29122E (or 0x29122E) is unknown color: approx Blackcurrant. HEX triplet: 29, 12 and 2E. RGB value is (41,18,46). Sum of RGB (Red+Green+Blue) = 41+18+46=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #29122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29122E is #D6EDD1. Grayscale: #1B1B1B. Windows color (decimal): -14085586 or 3019305. OLE color: 3019305.

HSL color Cylindrical-coordinate representation of color #29122E: hue angle of 289.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29122E is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB411846-
CMYK0.110.6100.82
HSL289.29º43.75%12.55%-
HSV(B)289.29º60.87%18.04%-
XYZ1.621.12.71-
YUV28.07138.12137.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=39.05%
G=17.14%
B=43.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4118460.110.6100.82289.2943.7512.55
Hex29122EB3D0521212cd
Octal512256137501224415415
Binary101001100101011101011111101010100101001000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29122E; }

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

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

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

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

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

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

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

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