#2D1833

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

Shades of Blackcurrant #2D1833

Tints of Blackcurrant #2D1833

Color information

#2D1833 (or 0x2D1833) is unknown color: approx Blackcurrant. HEX triplet: 2D, 18 and 33. RGB value is (45,24,51). Sum of RGB (Red+Green+Blue) = 45+24+51=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D1833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1833 is #D2E7CC. Grayscale: #212121. Windows color (decimal): -13821901 or 3348525. OLE color: 3348525.

HSL color Cylindrical-coordinate representation of color #2D1833: hue angle of 286.67º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D1833 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB452451-
CMYK0.120.5300.8
HSL286.67º36%14.71%-
HSV(B)286.67º52.94%20%-
XYZ2.011.453.31-
YUV33.36137.96136.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=37.5%
G=20%
B=42.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4524510.120.5300.8286.673614.71
Hex2D1833C3505011f24f
Octal553063146501204374417
Binary101101110001100111100110101010100001000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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