Html Css Color HEX #2E1338 Blackcurrant

📋 copy color: '#2E1338'

red 46 ◦ green 19 ◦ blue 56

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

Shades of Blackcurrant #2E1338

Tints of Blackcurrant #2E1338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 38.02%
G = 15.7%
B = 46.28%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E1338 (or 0x2E1338) is known color: Blackcurrant. HEX triplet: 2E, 13 and 38. RGB value is (46,19,56). Sum of RGB (Red+Green+Blue) = 46+19+56=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E1338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1338 is #D1ECC7. Grayscale: #1F1F1F. Windows color (decimal): -13757640 or 3674926. OLE color: 3674926.

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

Color convert

RGB 46 19 56 -
CMYK 0.18 0.66 0 0.78
HSL 283.78º 0.49% 0.15% -
HSV(B) 283.78º 0.66% 0.22% -
XYZ 2.07 1.33 3.89 -
YUV 31.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 46 19 56 0.18 0.66 0 0.78 283.78 0.49 0.15
Hex 2E 13 38 12 42 0 4E 11C 31 F
Octal 56 23 70 22 102 0 116 434 61 17
Binary 101110 10011 111000 10010 1000010 0 1001110 100011100 110001 1111

Color Harmonies of #2E1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1338

Black with #2E1338

Text Example


Text Example

White with #2E1338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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