Html Css Color HEX #2D2531 Blackcurrant

📋 copy color: '#2D2531'

red 45 ◦ green 37 ◦ blue 49

#2D2531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #2D2531

Tints of Blackcurrant #2D2531

RGB

 RED value IS 45 (17.97% from 255) = 34.35%

 GREEN value IS 37 (14.84% from 255) = 28.24%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 34.35%
G = 28.24%
B = 37.4%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2D2531 (or 0x2D2531) is known color: Blackcurrant. HEX triplet: 2D, 25 and 31. RGB value is (45,37,49). Sum of RGB (Red+Green+Blue) = 45+37+49=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2531 is #D2DACE. Grayscale: #282828. Windows color (decimal): -13818575 or 3220781. OLE color: 3220781.

HSL color Cylindrical-coordinate representation of color #2D2531: hue angle of 280º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D2531 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 45 37 49 -
CMYK 0.08 0.24 0 0.81
HSL 280º 0.14% 0.17% -
HSV(B) 280º 0.24% 0.19% -
XYZ 2.3 2.1 3.19 -
YUV 40.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 45 37 49 0.08 0.24 0 0.81 280 0.14 0.17
Hex 2D 25 31 8 18 0 51 118 E 11
Octal 55 45 61 10 30 0 121 430 16 21
Binary 101101 100101 110001 1000 11000 0 1010001 100011000 1110 10001

Color Harmonies of #2D2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2531

Black with #2D2531

Text Example


Text Example

White with #2D2531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,37,49); }

 H1.HeaderClassName
 {
   color: #2D2531;
 }
 .AnyTagClassName
 {
   color: #2D2531;
 }
</style>

background-color css

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

 a { background-color: rgb(45,37,49); }

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

border-color css

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

 span { border-color: rgb(45,37,49); }

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