Html Css Color HEX #2E0335 Blackcurrant

📋 copy color: '#2E0335'

red 46 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #2E0335

Tints of Blackcurrant #2E0335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.94%

 BLUE value IS 53 (21.09% from 255) = 51.96%

R = 45.1%
G = 2.94%
B = 51.96%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2E0335 (or 0x2E0335) is known color: Blackcurrant. HEX triplet: 2E, 03 and 35. RGB value is (46,3,53). Sum of RGB (Red+Green+Blue) = 46+3+53=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0335 is #D1FCCA. Grayscale: #151515. Windows color (decimal): -13761739 or 3474222. OLE color: 3474222.

HSL color Cylindrical-coordinate representation of color #2E0335: hue angle of 291.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0335 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 46 3 53 -
CMYK 0.13 0.94 0 0.79
HSL 291.6º 0.89% 0.11% -
HSV(B) 291.6º 0.94% 0.21% -
XYZ 1.8 0.9 3.45 -
YUV 21.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 46 3 53 0.13 0.94 0 0.79 291.6 0.89 0.11
Hex 2E 3 35 D 5E 0 4F 124 59 B
Octal 56 3 65 15 136 0 117 444 131 13
Binary 101110 11 110101 1101 1011110 0 1001111 100100100 1011001 1011

Color Harmonies of #2E0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0335

Black with #2E0335

Text Example


Text Example

White with #2E0335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,3,53); }

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

background-color css

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

 a { background-color: rgb(46,3,53); }

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

border-color css

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

 span { border-color: rgb(46,3,53); }

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