Html Css Color HEX #2E1838 Blackcurrant

📋 copy color: '#2E1838'

red 46 ◦ green 24 ◦ blue 56

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

Shades of Blackcurrant #2E1838

Tints of Blackcurrant #2E1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

 BLUE value IS 56 (22.27% from 255) = 44.44%

R = 36.51%
G = 19.05%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E1838 (or 0x2E1838) is known color: Blackcurrant. HEX triplet: 2E, 18 and 38. RGB value is (46,24,56). Sum of RGB (Red+Green+Blue) = 46+24+56=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E1838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1838 is #D1E7C7. Grayscale: #222222. Windows color (decimal): -13756360 or 3676206. OLE color: 3676206.

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

Color convert

RGB 46 24 56 -
CMYK 0.18 0.57 0 0.78
HSL 281.25º 0.4% 0.16% -
HSV(B) 281.25º 0.57% 0.22% -
XYZ 2.17 1.52 3.92 -
YUV 34.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 46 24 56 0.18 0.57 0 0.78 281.25 0.4 0.16
Hex 2E 18 38 12 39 0 4E 119 28 10
Octal 56 30 70 22 71 0 116 431 50 20
Binary 101110 11000 111000 10010 111001 0 1001110 100011001 101000 10000

Color Harmonies of #2E1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1838

Black with #2E1838

Text Example


Text Example

White with #2E1838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,24,56); }

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

background-color css

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

 a { background-color: rgb(46,24,56); }

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

border-color css

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

 span { border-color: rgb(46,24,56); }

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