Html Css Color HEX #2E103D Blackcurrant

📋 copy color: '#2E103D'

red 46 ◦ green 16 ◦ blue 61

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

Shades of Blackcurrant #2E103D

Tints of Blackcurrant #2E103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

 BLUE value IS 61 (24.22% from 255) = 49.59%

R = 37.4%
G = 13.01%
B = 49.59%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E103D (or 0x2E103D) is known color: Blackcurrant. HEX triplet: 2E, 10 and 3D. RGB value is (46,16,61). Sum of RGB (Red+Green+Blue) = 46+16+61=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E103D is #D1EFC2. Grayscale: #1D1D1D. Windows color (decimal): -13758403 or 4001838. OLE color: 4001838.

HSL color Cylindrical-coordinate representation of color #2E103D: hue angle of 280º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E103D is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 16 61 -
CMYK 0.25 0.74 0 0.76
HSL 280º 0.58% 0.15% -
HSV(B) 280º 0.74% 0.24% -
XYZ 2.15 1.29 4.55 -
YUV 30.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 46 16 61 0.25 0.74 0 0.76 280 0.58 0.15
Hex 2E 10 3D 19 4A 0 4C 118 3A F
Octal 56 20 75 31 112 0 114 430 72 17
Binary 101110 10000 111101 11001 1001010 0 1001100 100011000 111010 1111

Color Harmonies of #2E103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E103D

Black with #2E103D

Text Example


Text Example

White with #2E103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,16,61); }

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

background-color css

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

 a { background-color: rgb(46,16,61); }

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

border-color css

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

 span { border-color: rgb(46,16,61); }

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