#292033

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

Shades of Blackcurrant #292033

Tints of Blackcurrant #292033

Color information

#292033 (or 0x292033) is unknown color: approx Blackcurrant. HEX triplet: 29, 20 and 33. RGB value is (41,32,51). Sum of RGB (Red+Green+Blue) = 41+32+51=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 51 - color contains mainly: blue. Hex color #292033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292033 is #D6DFCC. Grayscale: #242424. Windows color (decimal): -14081997 or 3350569. OLE color: 3350569.

HSL color Cylindrical-coordinate representation of color #292033: hue angle of 268.42º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #292033 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB413251-
CMYK0.200.3700.8
HSL268.42º22.89%16.27%-
HSV(B)268.42º37.25%20%-
XYZ2.031.743.36-
YUV36.86135.98130.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=33.06%
G=25.81%
B=41.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4132510.200.3700.8268.4222.8916.27
Hex292033142505010c1710
Octal514063244501204142720
Binary10100110000011001110100100101010100001000011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292033; }

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

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

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

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

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

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

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

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