#2D1838

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

Shades of Blackcurrant #2D1838

Tints of Blackcurrant #2D1838

Color information

#2D1838 (or 0x2D1838) is unknown color: approx Blackcurrant. HEX triplet: 2D, 18 and 38. RGB value is (45,24,56). Sum of RGB (Red+Green+Blue) = 45+24+56=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D1838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1838 is #D2E7C7. Grayscale: #212121. Windows color (decimal): -13821896 or 3676205. OLE color: 3676205.

HSL color Cylindrical-coordinate representation of color #2D1838: hue angle of 279.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D1838 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB452456-
CMYK0.200.5700.78
HSL279.38º40%15.69%-
HSV(B)279.38º57.14%21.96%-
XYZ2.121.53.92-
YUV33.93140.46135.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 56 (22.27% from 255) = 44.8%
R=36%
G=19.2%
B=44.8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4524560.200.5700.78279.384015.69
Hex2D1838143904E1172810
Octal553070247101164275020
Binary10110111000111000101001110010100111010001011110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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