#2D1D3D

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

Shades of Blackcurrant #2D1D3D

Tints of Blackcurrant #2D1D3D

Color information

#2D1D3D (or 0x2D1D3D) is unknown color: approx Blackcurrant. HEX triplet: 2D, 1D and 3D. RGB value is (45,29,61). Sum of RGB (Red+Green+Blue) = 45+29+61=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D1D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1D3D is #D2E2C2. Grayscale: #252525. Windows color (decimal): -13820611 or 4005165. OLE color: 4005165.

HSL color Cylindrical-coordinate representation of color #2D1D3D: hue angle of 270º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D1D3D is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB452961-
CMYK0.260.5200.76
HSL270º35.56%17.65%-
HSV(B)270º52.46%23.92%-
XYZ2.361.774.63-
YUV37.43141.3133.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 61 (24.22% from 255) = 45.19%
R=33.33%
G=21.48%
B=45.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4529610.260.5200.7627035.5617.65
Hex2D1D3D1A3404C10e2412
Octal553575326401144164422
Binary10110111101111101110101101000100110010000111010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,29,61); }

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

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

 a { background-color: rgb(45,29,61); }

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

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

 span { border-color: rgb(45,29,61); }

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