Html Css Color HEX #2D1737 Blackcurrant

📋 copy color: '#2D1737'

red 45 ◦ green 23 ◦ blue 55

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

Shades of Blackcurrant #2D1737

Tints of Blackcurrant #2D1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

 BLUE value IS 55 (21.88% from 255) = 44.72%

R = 36.59%
G = 18.7%
B = 44.72%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2D1737 (or 0x2D1737) is known color: Blackcurrant. HEX triplet: 2D, 17 and 37. RGB value is (45,23,55). Sum of RGB (Red+Green+Blue) = 45+23+55=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1737 is #D2E8C8. Grayscale: #212121. Windows color (decimal): -13822153 or 3610413. OLE color: 3610413.

HSL color Cylindrical-coordinate representation of color #2D1737: hue angle of 281.25º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D1737 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 23 55 -
CMYK 0.18 0.58 0 0.78
HSL 281.25º 0.41% 0.15% -
HSV(B) 281.25º 0.58% 0.22% -
XYZ 2.08 1.45 3.78 -
YUV 33.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 45 23 55 0.18 0.58 0 0.78 281.25 0.41 0.15
Hex 2D 17 37 12 3A 0 4E 119 29 F
Octal 55 27 67 22 72 0 116 431 51 17
Binary 101101 10111 110111 10010 111010 0 1001110 100011001 101001 1111

Color Harmonies of #2D1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1737

Black with #2D1737

Text Example


Text Example

White with #2D1737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,23,55); }

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

background-color css

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

 a { background-color: rgb(45,23,55); }

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

border-color css

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

 span { border-color: rgb(45,23,55); }

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