#292130

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

Shades of Blackcurrant #292130

Tints of Blackcurrant #292130

Color information

#292130 (or 0x292130) is unknown color: approx Blackcurrant. HEX triplet: 29, 21 and 30. RGB value is (41,33,48). Sum of RGB (Red+Green+Blue) = 41+33+48=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 48 - color contains mainly: blue. Hex color #292130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292130 is #D6DECF. Grayscale: #252525. Windows color (decimal): -14081744 or 3154217. OLE color: 3154217.

HSL color Cylindrical-coordinate representation of color #292130: hue angle of 272º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #292130 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB413348-
CMYK0.150.3100.81
HSL272º18.52%15.88%-
HSV(B)272º31.25%18.82%-
XYZ1.991.773.03-
YUV37.1134.15130.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=33.61%
G=27.05%
B=39.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4133480.150.3100.8127218.5215.88
Hex292130F1F0511101310
Octal514160173701214202320
Binary101001100001110000111111111010100011000100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292130; }

 p { color: rgb(41,33,48); }

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

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

 a { background-color: rgb(41,33,48); }

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

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

 span { border-color: rgb(41,33,48); }

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