#2D1834

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

Shades of Blackcurrant #2D1834

Tints of Blackcurrant #2D1834

Color information

#2D1834 (or 0x2D1834) is unknown color: approx Blackcurrant. HEX triplet: 2D, 18 and 34. RGB value is (45,24,52). Sum of RGB (Red+Green+Blue) = 45+24+52=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #2D1834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1834 is #D2E7CB. Grayscale: #212121. Windows color (decimal): -13821900 or 3414061. OLE color: 3414061.

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

Color convert

RGB452452-
CMYK0.130.5400.80
HSL285º36.84%14.9%-
HSV(B)285º53.85%20.39%-
XYZ2.031.463.42-
YUV33.47138.46136.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.19%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=37.19%
G=19.83%
B=42.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4524520.130.5400.8028536.8414.9
Hex2D1834D3605011d25f
Octal553064156601204354517
Binary101101110001101001101110110010100001000111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,52); }

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

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

 a { background-color: rgb(45,24,52); }

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

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

 span { border-color: rgb(45,24,52); }

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