Html Css Color HEX #2E2437 Blackcurrant

📋 copy color: '#2E2437'

red 46 ◦ green 36 ◦ blue 55

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

Shades of Blackcurrant #2E2437

Tints of Blackcurrant #2E2437

RGB

 RED value IS 46 (18.36% from 255) = 33.58%

 GREEN value IS 36 (14.45% from 255) = 26.28%

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

R = 33.58%
G = 26.28%
B = 40.15%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E2437 (or 0x2E2437) is known color: Blackcurrant. HEX triplet: 2E, 24 and 37. RGB value is (46,36,55). Sum of RGB (Red+Green+Blue) = 46+36+55=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E2437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2437 is #D1DBC8. Grayscale: #292929. Windows color (decimal): -13753289 or 3613742. OLE color: 3613742.

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

Color convert

RGB 46 36 55 -
CMYK 0.16 0.35 0 0.78
HSL 271.58º 0.21% 0.18% -
HSV(B) 271.58º 0.35% 0.22% -
XYZ 2.45 2.12 3.89 -
YUV 41.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 46 36 55 0.16 0.35 0 0.78 271.58 0.21 0.18
Hex 2E 24 37 10 23 0 4E 110 15 12
Octal 56 44 67 20 43 0 116 420 25 22
Binary 101110 100100 110111 10000 100011 0 1001110 100010000 10101 10010

Color Harmonies of #2E2437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2437

Black with #2E2437

Text Example


Text Example

White with #2E2437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,36,55); }

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

background-color css

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

 a { background-color: rgb(46,36,55); }

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

border-color css

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

 span { border-color: rgb(46,36,55); }

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