#2D1132

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

Shades of Blackcurrant #2D1132

Tints of Blackcurrant #2D1132

Color information

#2D1132 (or 0x2D1132) is unknown color: approx Blackcurrant. HEX triplet: 2D, 11 and 32. RGB value is (45,17,50). Sum of RGB (Red+Green+Blue) = 45+17+50=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D1132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1132 is #D2EECD. Grayscale: #1D1D1D. Windows color (decimal): -13823694 or 3281197. OLE color: 3281197.

HSL color Cylindrical-coordinate representation of color #2D1132: hue angle of 290.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D1132 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB451750-
CMYK0.100.6600.80
HSL290.91º49.25%13.14%-
HSV(B)290.91º66%19.61%-
XYZ1.861.193.15-
YUV29.13139.78139.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.18%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=40.18%
G=15.18%
B=44.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4517500.100.6600.80290.9149.2513.14
Hex2D1132A4205012331d
Octal5521621210201204436115
Binary1011011000111001010101000010010100001001000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D1132; }

 p { color: rgb(45,17,50); }

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

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

 a { background-color: rgb(45,17,50); }

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

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

 span { border-color: rgb(45,17,50); }

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