#2E313E

Color #2E313E Black Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rock #2E313E

Tints of Black Rock #2E313E

Color information

#2E313E (or 0x2E313E) is unknown color: approx Black Rock. HEX triplet: 2E, 31 and 3E. RGB value is (46,49,62). Sum of RGB (Red+Green+Blue) = 46+49+62=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E313E is #D1CEC1. Grayscale: #313131. Windows color (decimal): -13749954 or 4075822. OLE color: 4075822.

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

Color convert

RGB464962-
CMYK0.260.2100.76
HSL228.75º14.81%21.18%-
HSV(B)228.75º25.81%24.31%-
XYZ3.093.135-
YUV49.58135.01125.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=29.30%
G=31.21%
B=39.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4649620.260.2100.76228.7514.8121.18
Hex2E313E1A1504Ce5f15
Octal566176322501143451725
Binary10111011000111111011010101010100110011100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E313E;
 }
 .AnyTagClassName
 {
   color: #2E313E;
 }
</style>
background-color css

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

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

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

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

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

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