Html Css Color HEX #2E3140 Black Rock

📋 copy color: '#2E3140'

red 46 ◦ green 49 ◦ blue 64

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

Shades of Black Rock #2E3140

Tints of Black Rock #2E3140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 28.93%
G = 30.82%
B = 40.25%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E3140 (or 0x2E3140) is known color: Black Rock. HEX triplet: 2E, 31 and 40. RGB value is (46,49,64). Sum of RGB (Red+Green+Blue) = 46+49+64=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3140 is #D1CEBF. Grayscale: #313131. Windows color (decimal): -13749952 or 4206894. OLE color: 4206894.

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

Color convert

RGB 46 49 64 -
CMYK 0.28 0.23 0 0.75
HSL 230º 0.16% 0.22% -
HSV(B) 230º 0.28% 0.25% -
XYZ 3.15 3.15 5.29 -
YUV 49.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 46 49 64 0.28 0.23 0 0.75 230 0.16 0.22
Hex 2E 31 40 1C 17 0 4B E6 10 16
Octal 56 61 100 34 27 0 113 346 20 26
Binary 101110 110001 1000000 11100 10111 0 1001011 11100110 10000 10110

Color Harmonies of #2E3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3140

Black with #2E3140

Text Example


Text Example

White with #2E3140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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