Html Css Color HEX #2E0E38 Blackcurrant

📋 copy color: '#2E0E38'

red 46 ◦ green 14 ◦ blue 56

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

Shades of Blackcurrant #2E0E38

Tints of Blackcurrant #2E0E38

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.07%

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

R = 39.66%
G = 12.07%
B = 48.28%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E0E38 (or 0x2E0E38) is known color: Blackcurrant. HEX triplet: 2E, 0E and 38. RGB value is (46,14,56). Sum of RGB (Red+Green+Blue) = 46+14+56=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E0E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0E38 is #D1F1C7. Grayscale: #1C1C1C. Windows color (decimal): -13758920 or 3673646. OLE color: 3673646.

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

Color convert

RGB 46 14 56 -
CMYK 0.18 0.75 0 0.78
HSL 285.71º 0.6% 0.14% -
HSV(B) 285.71º 0.75% 0.22% -
XYZ 2 1.18 3.86 -
YUV 28.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 46 14 56 0.18 0.75 0 0.78 285.71 0.6 0.14
Hex 2E E 38 12 4B 0 4E 11E 3C E
Octal 56 16 70 22 113 0 116 436 74 16
Binary 101110 1110 111000 10010 1001011 0 1001110 100011110 111100 1110

Color Harmonies of #2E0E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0E38

Black with #2E0E38

Text Example


Text Example

White with #2E0E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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