Html Css Color HEX #2E313F Black Rock

📋 copy color: '#2E313F'

red 46 ◦ green 49 ◦ blue 63

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

Shades of Black Rock #2E313F

Tints of Black Rock #2E313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.87%

R = 29.11%
G = 31.01%
B = 39.87%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E313F (or 0x2E313F) is known color: Black Rock. HEX triplet: 2E, 31 and 3F. RGB value is (46,49,63). Sum of RGB (Red+Green+Blue) = 46+49+63=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E313F is #D1CEC0. Grayscale: #313131. Windows color (decimal): -13749953 or 4141358. OLE color: 4141358.

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

Color convert

RGB 46 49 63 -
CMYK 0.27 0.22 0 0.75
HSL 229.41º 0.16% 0.21% -
HSV(B) 229.41º 0.27% 0.25% -
XYZ 3.12 3.14 5.14 -
YUV 49.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 46 49 63 0.27 0.22 0 0.75 229.41 0.16 0.21
Hex 2E 31 3F 1B 16 0 4B E5 10 15
Octal 56 61 77 33 26 0 113 345 20 25
Binary 101110 110001 111111 11011 10110 0 1001011 11100101 10000 10101

Color Harmonies of #2E313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E313F

Black with #2E313F

Text Example


Text Example

White with #2E313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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