#2D1345

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

Shades of Blackcurrant #2D1345

Tints of Blackcurrant #2D1345

Color information

#2D1345 (or 0x2D1345) is unknown color: approx Blackcurrant. HEX triplet: 2D, 13 and 45. RGB value is (45,19,69). Sum of RGB (Red+Green+Blue) = 45+19+69=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D1345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1345 is #D2ECBA. Grayscale: #202020. Windows color (decimal): -13823163 or 4526893. OLE color: 4526893.

HSL color Cylindrical-coordinate representation of color #2D1345: hue angle of 271.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D1345 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB451969-
CMYK0.350.7200.73
HSL271.2º56.82%17.25%-
HSV(B)271.2º72.46%27.06%-
XYZ2.391.455.78-
YUV32.47148.61136.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.83%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=33.83%
G=14.29%
B=51.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4519690.350.7200.73271.256.8217.25
Hex2D1345234804910f3911
Octal55231054311001114177121
Binary10110110011100010110001110010000100100110000111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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