Html Css Color HEX #2E093D Blackcurrant

📋 copy color: '#2E093D'

red 46 ◦ green 9 ◦ blue 61

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

Shades of Blackcurrant #2E093D

Tints of Blackcurrant #2E093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

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

R = 39.66%
G = 7.76%
B = 52.59%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E093D (or 0x2E093D) is known color: Blackcurrant. HEX triplet: 2E, 09 and 3D. RGB value is (46,9,61). Sum of RGB (Red+Green+Blue) = 46+9+61=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E093D is #D1F6C2. Grayscale: #191919. Windows color (decimal): -13760195 or 4000046. OLE color: 4000046.

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

Color convert

RGB 46 9 61 -
CMYK 0.25 0.85 0 0.76
HSL 282.69º 0.74% 0.14% -
HSV(B) 282.69º 0.85% 0.24% -
XYZ 2.07 1.11 4.52 -
YUV 25.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 46 9 61 0.25 0.85 0 0.76 282.69 0.74 0.14
Hex 2E 9 3D 19 55 0 4C 11B 4A E
Octal 56 11 75 31 125 0 114 433 112 16
Binary 101110 1001 111101 11001 1010101 0 1001100 100011011 1001010 1110

Color Harmonies of #2E093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E093D

Black with #2E093D

Text Example


Text Example

White with #2E093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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