Html Css Color HEX #2E2435 Blackcurrant

📋 copy color: '#2E2435'

red 46 ◦ green 36 ◦ blue 53

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

Shades of Blackcurrant #2E2435

Tints of Blackcurrant #2E2435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

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

R = 34.07%
G = 26.67%
B = 39.26%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2E2435 (or 0x2E2435) is known color: Blackcurrant. HEX triplet: 2E, 24 and 35. RGB value is (46,36,53). Sum of RGB (Red+Green+Blue) = 46+36+53=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2435 is #D1DBCA. Grayscale: #282828. Windows color (decimal): -13753291 or 3482670. OLE color: 3482670.

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

Color convert

RGB 46 36 53 -
CMYK 0.13 0.32 0 0.79
HSL 275.29º 0.19% 0.17% -
HSV(B) 275.29º 0.32% 0.21% -
XYZ 2.4 2.1 3.65 -
YUV 40.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 46 36 53 0.13 0.32 0 0.79 275.29 0.19 0.17
Hex 2E 24 35 D 20 0 4F 113 13 11
Octal 56 44 65 15 40 0 117 423 23 21
Binary 101110 100100 110101 1101 100000 0 1001111 100010011 10011 10001

Color Harmonies of #2E2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2435

Black with #2E2435

Text Example


Text Example

White with #2E2435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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