Html Css Color HEX #2E0F3A Blackcurrant

📋 copy color: '#2E0F3A'

red 46 ◦ green 15 ◦ blue 58

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

Shades of Blackcurrant #2E0F3A

Tints of Blackcurrant #2E0F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.61%

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

R = 38.66%
G = 12.61%
B = 48.74%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E0F3A (or 0x2E0F3A) is known color: Blackcurrant. HEX triplet: 2E, 0F and 3A. RGB value is (46,15,58). Sum of RGB (Red+Green+Blue) = 46+15+58=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E0F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0F3A is #D1F0C5. Grayscale: #1D1D1D. Windows color (decimal): -13758662 or 3804974. OLE color: 3804974.

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

Color convert

RGB 46 15 58 -
CMYK 0.21 0.74 0 0.77
HSL 283.26º 0.59% 0.14% -
HSV(B) 283.26º 0.74% 0.23% -
XYZ 2.06 1.23 4.13 -
YUV 29.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 46 15 58 0.21 0.74 0 0.77 283.26 0.59 0.14
Hex 2E F 3A 15 4A 0 4D 11B 3B E
Octal 56 17 72 25 112 0 115 433 73 16
Binary 101110 1111 111010 10101 1001010 0 1001101 100011011 111011 1110

Color Harmonies of #2E0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0F3A

Black with #2E0F3A

Text Example


Text Example

White with #2E0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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