Html Css Color HEX #2E313D Black Rock

📋 copy color: '#2E313D'

red 46 ◦ green 49 ◦ blue 61

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

Shades of Black Rock #2E313D

Tints of Black Rock #2E313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.1%

R = 29.49%
G = 31.41%
B = 39.1%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E313D (or 0x2E313D) is known color: Black Rock. HEX triplet: 2E, 31 and 3D. RGB value is (46,49,61). Sum of RGB (Red+Green+Blue) = 46+49+61=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E313D is #D1CEC2. Grayscale: #313131. Windows color (decimal): -13749955 or 4010286. OLE color: 4010286.

HSL color Cylindrical-coordinate representation of color #2E313D: hue angle of 228º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E313D is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 49 61 -
CMYK 0.25 0.20 0 0.76
HSL 228º 0.14% 0.21% -
HSV(B) 228º 0.25% 0.24% -
XYZ 3.07 3.11 4.85 -
YUV 49.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 46 49 61 0.25 0.20 0 0.76 228 0.14 0.21
Hex 2E 31 3D 19 14 0 4C E4 E 15
Octal 56 61 75 31 24 0 114 344 16 25
Binary 101110 110001 111101 11001 10100 0 1001100 11100100 1110 10101

Color Harmonies of #2E313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E313D

Black with #2E313D

Text Example


Text Example

White with #2E313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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