#2D1840

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

Shades of Blackcurrant #2D1840

Tints of Blackcurrant #2D1840

Color information

#2D1840 (or 0x2D1840) is unknown color: approx Blackcurrant. HEX triplet: 2D, 18 and 40. RGB value is (45,24,64). Sum of RGB (Red+Green+Blue) = 45+24+64=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D1840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1840 is #D2E7BF. Grayscale: #222222. Windows color (decimal): -13821888 or 4200493. OLE color: 4200493.

HSL color Cylindrical-coordinate representation of color #2D1840: hue angle of 271.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1840 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB452464-
CMYK0.300.6200.75
HSL271.5º45.45%17.25%-
HSV(B)271.5º62.5%25.1%-
XYZ2.331.585.03-
YUV34.84144.46135.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.83%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=33.83%
G=18.05%
B=48.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4524640.300.6200.75271.545.4517.25
Hex2D18401E3E04B1102d11
Octal5530100367601134205521
Binary101101110001000000111101111100100101110001000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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