#2D1041

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

Shades of Blackcurrant #2D1041

Tints of Blackcurrant #2D1041

Color information

#2D1041 (or 0x2D1041) is unknown color: approx Blackcurrant. HEX triplet: 2D, 10 and 41. RGB value is (45,16,65). Sum of RGB (Red+Green+Blue) = 45+16+65=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #2D1041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1041 is #D2EFBE. Grayscale: #1E1E1E. Windows color (decimal): -13823935 or 4263981. OLE color: 4263981.

HSL color Cylindrical-coordinate representation of color #2D1041: hue angle of 275.51º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D1041 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB451665-
CMYK0.310.7500.75
HSL275.51º60.49%15.88%-
HSV(B)275.51º75.38%25.49%-
XYZ2.221.315.14-
YUV30.26147.61138.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.71%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=35.71%
G=12.70%
B=51.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4516650.310.7500.75275.5160.4915.88
Hex2D10411F4B04B1143c10
Octal55201013711301134247420
Binary1011011000010000011111110010110100101110001010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,16,65); }

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

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

 a { background-color: rgb(45,16,65); }

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

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

 span { border-color: rgb(45,16,65); }

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