Html Css Color HEX #2E0B3B Blackcurrant

📋 copy color: '#2E0B3B'

red 46 ◦ green 11 ◦ blue 59

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

Shades of Blackcurrant #2E0B3B

Tints of Blackcurrant #2E0B3B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.48%

 BLUE value IS 59 (23.44% from 255) = 50.86%

R = 39.66%
G = 9.48%
B = 50.86%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E0B3B (or 0x2E0B3B) is known color: Blackcurrant. HEX triplet: 2E, 0B and 3B. RGB value is (46,11,59). Sum of RGB (Red+Green+Blue) = 46+11+59=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E0B3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B3B is #D1F4C4. Grayscale: #1A1A1A. Windows color (decimal): -13759685 or 3869486. OLE color: 3869486.

HSL color Cylindrical-coordinate representation of color #2E0B3B: hue angle of 283.75º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E0B3B is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 46 11 59 -
CMYK 0.22 0.81 0 0.77
HSL 283.75º 0.69% 0.14% -
HSV(B) 283.75º 0.81% 0.23% -
XYZ 2.04 1.14 4.25 -
YUV 26.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 46 11 59 0.22 0.81 0 0.77 283.75 0.69 0.14
Hex 2E B 3B 16 51 0 4D 11C 45 E
Octal 56 13 73 26 121 0 115 434 105 16
Binary 101110 1011 111011 10110 1010001 0 1001101 100011100 1000101 1110

Color Harmonies of #2E0B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0B3B

Black with #2E0B3B

Text Example


Text Example

White with #2E0B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,11,59); }

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

background-color css

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

 a { background-color: rgb(46,11,59); }

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

border-color css

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

 span { border-color: rgb(46,11,59); }

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