Html Css Color HEX #2E0F41 Blackcurrant

📋 copy color: '#2E0F41'

red 46 ◦ green 15 ◦ blue 65

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

Shades of Blackcurrant #2E0F41

Tints of Blackcurrant #2E0F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 36.51%
G = 11.9%
B = 51.59%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E0F41 (or 0x2E0F41) is known color: Blackcurrant. HEX triplet: 2E, 0F and 41. RGB value is (46,15,65). Sum of RGB (Red+Green+Blue) = 46+15+65=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E0F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0F41 is #D1F0BE. Grayscale: #1D1D1D. Windows color (decimal): -13758655 or 4263726. OLE color: 4263726.

HSL color Cylindrical-coordinate representation of color #2E0F41: hue angle of 277.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E0F41 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 15 65 -
CMYK 0.29 0.77 0 0.75
HSL 277.2º 0.63% 0.16% -
HSV(B) 277.2º 0.77% 0.25% -
XYZ 2.25 1.3 5.13 -
YUV 29.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 46 15 65 0.29 0.77 0 0.75 277.2 0.63 0.16
Hex 2E F 41 1D 4D 0 4B 115 3E 10
Octal 56 17 101 35 115 0 113 425 76 20
Binary 101110 1111 1000001 11101 1001101 0 1001011 100010101 111110 10000

Color Harmonies of #2E0F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0F41

Black with #2E0F41

Text Example


Text Example

White with #2E0F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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