#292034

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

Shades of Blackcurrant #292034

Tints of Blackcurrant #292034

Color information

#292034 (or 0x292034) is unknown color: approx Blackcurrant. HEX triplet: 29, 20 and 34. RGB value is (41,32,52). Sum of RGB (Red+Green+Blue) = 41+32+52=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #292034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292034 is #D6DFCB. Grayscale: #242424. Windows color (decimal): -14081996 or 3416105. OLE color: 3416105.

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

Color convert

RGB413252-
CMYK0.210.3800.80
HSL267º23.81%16.47%-
HSV(B)267º38.46%20.39%-
XYZ2.051.753.48-
YUV36.97136.48130.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=32.8%
G=25.6%
B=41.6%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4132520.210.3800.8026723.8116.47
Hex292034152605010b1810
Octal514064254601204133020
Binary10100110000011010010101100110010100001000010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292034; }

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

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

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

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

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

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

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

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