Html Css Color HEX #2D1437 Blackcurrant

📋 copy color: '#2D1437'

red 45 ◦ green 20 ◦ blue 55

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

Shades of Blackcurrant #2D1437

Tints of Blackcurrant #2D1437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.67%

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

R = 37.5%
G = 16.67%
B = 45.83%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2D1437 (or 0x2D1437) is known color: Blackcurrant. HEX triplet: 2D, 14 and 37. RGB value is (45,20,55). Sum of RGB (Red+Green+Blue) = 45+20+55=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1437 is #D2EBC8. Grayscale: #1F1F1F. Windows color (decimal): -13822921 or 3609645. OLE color: 3609645.

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

Color convert

RGB 45 20 55 -
CMYK 0.18 0.64 0 0.78
HSL 282.86º 0.47% 0.15% -
HSV(B) 282.86º 0.64% 0.22% -
XYZ 2.02 1.33 3.77 -
YUV 31.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 45 20 55 0.18 0.64 0 0.78 282.86 0.47 0.15
Hex 2D 14 37 12 40 0 4E 11B 2F F
Octal 55 24 67 22 100 0 116 433 57 17
Binary 101101 10100 110111 10010 1000000 0 1001110 100011011 101111 1111

Color Harmonies of #2D1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1437

Black with #2D1437

Text Example


Text Example

White with #2D1437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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