#2D1339

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

Shades of Blackcurrant #2D1339

Tints of Blackcurrant #2D1339

Color information

#2D1339 (or 0x2D1339) is unknown color: approx Blackcurrant. HEX triplet: 2D, 13 and 39. RGB value is (45,19,57). Sum of RGB (Red+Green+Blue) = 45+19+57=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D1339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1339 is #D2ECC6. Grayscale: #1E1E1E. Windows color (decimal): -13823175 or 3740461. OLE color: 3740461.

HSL color Cylindrical-coordinate representation of color #2D1339: hue angle of 281.05º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D1339 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB451957-
CMYK0.210.6700.78
HSL281.05º50%14.9%-
HSV(B)281.05º66.67%22.35%-
XYZ2.051.324.02-
YUV31.11142.61137.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.19%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=37.19%
G=15.70%
B=47.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4519570.210.6700.78281.055014.9
Hex2D1339154304E11932f
Octal5523712510301164316217
Binary10110110011111001101011000011010011101000110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,19,57); }

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

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

 a { background-color: rgb(45,19,57); }

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

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

 span { border-color: rgb(45,19,57); }

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