Html Css Color HEX #2E0F35 Blackcurrant

📋 copy color: '#2E0F35'

red 46 ◦ green 15 ◦ blue 53

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

Shades of Blackcurrant #2E0F35

Tints of Blackcurrant #2E0F35

RGB

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

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

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

R = 40.35%
G = 13.16%
B = 46.49%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2E0F35 (or 0x2E0F35) is known color: Blackcurrant. HEX triplet: 2E, 0F and 35. RGB value is (46,15,53). Sum of RGB (Red+Green+Blue) = 46+15+53=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E0F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0F35 is #D1F0CA. Grayscale: #1C1C1C. Windows color (decimal): -13758667 or 3477294. OLE color: 3477294.

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

Color convert

RGB 46 15 53 -
CMYK 0.13 0.72 0 0.79
HSL 288.95º 0.56% 0.13% -
HSV(B) 288.95º 0.72% 0.21% -
XYZ 1.94 1.18 3.49 -
YUV 28.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 46 15 53 0.13 0.72 0 0.79 288.95 0.56 0.13
Hex 2E F 35 D 48 0 4F 121 38 D
Octal 56 17 65 15 110 0 117 441 70 15
Binary 101110 1111 110101 1101 1001000 0 1001111 100100001 111000 1101

Color Harmonies of #2E0F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0F35

Black with #2E0F35

Text Example


Text Example

White with #2E0F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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