Html Css Color HEX #2E133A Blackcurrant

📋 copy color: '#2E133A'

red 46 ◦ green 19 ◦ blue 58

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

Shades of Blackcurrant #2E133A

Tints of Blackcurrant #2E133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 37.4%
G = 15.45%
B = 47.15%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E133A (or 0x2E133A) is known color: Blackcurrant. HEX triplet: 2E, 13 and 3A. RGB value is (46,19,58). Sum of RGB (Red+Green+Blue) = 46+19+58=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E133A is #D1ECC5. Grayscale: #1F1F1F. Windows color (decimal): -13757638 or 3805998. OLE color: 3805998.

HSL color Cylindrical-coordinate representation of color #2E133A: hue angle of 281.54º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E133A is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 46 19 58 -
CMYK 0.21 0.67 0 0.77
HSL 281.54º 0.51% 0.15% -
HSV(B) 281.54º 0.67% 0.23% -
XYZ 2.12 1.35 4.15 -
YUV 31.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 46 19 58 0.21 0.67 0 0.77 281.54 0.51 0.15
Hex 2E 13 3A 15 43 0 4D 11A 33 F
Octal 56 23 72 25 103 0 115 432 63 17
Binary 101110 10011 111010 10101 1000011 0 1001101 100011010 110011 1111

Color Harmonies of #2E133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E133A

Black with #2E133A

Text Example


Text Example

White with #2E133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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