Html Css Color HEX #2E3141 Black Rock

📋 copy color: '#2E3141'

red 46 ◦ green 49 ◦ blue 65

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

Shades of Black Rock #2E3141

Tints of Black Rock #2E3141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.63%

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

R = 28.75%
G = 30.63%
B = 40.63%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E3141 (or 0x2E3141) is known color: Black Rock. HEX triplet: 2E, 31 and 41. RGB value is (46,49,65). Sum of RGB (Red+Green+Blue) = 46+49+65=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E3141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3141 is #D1CEBE. Grayscale: #313131. Windows color (decimal): -13749951 or 4272430. OLE color: 4272430.

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

Color convert

RGB 46 49 65 -
CMYK 0.29 0.25 0 0.75
HSL 230.53º 0.17% 0.22% -
HSV(B) 230.53º 0.29% 0.25% -
XYZ 3.18 3.16 5.44 -
YUV 49.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 46 49 65 0.29 0.25 0 0.75 230.53 0.17 0.22
Hex 2E 31 41 1D 19 0 4B E7 11 16
Octal 56 61 101 35 31 0 113 347 21 26
Binary 101110 110001 1000001 11101 11001 0 1001011 11100111 10001 10110

Color Harmonies of #2E3141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3141

Black with #2E3141

Text Example


Text Example

White with #2E3141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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