#2E3142

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

Shades of Black Rock #2E3142

Tints of Black Rock #2E3142

Color information

#2E3142 (or 0x2E3142) is unknown color: approx Black Rock. HEX triplet: 2E, 31 and 42. RGB value is (46,49,66). Sum of RGB (Red+Green+Blue) = 46+49+66=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E3142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3142 is #D1CEBD. Grayscale: #313131. Windows color (decimal): -13749950 or 4337966. OLE color: 4337966.

HSL color Cylindrical-coordinate representation of color #2E3142: hue angle of 231º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E3142 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB464966-
CMYK0.300.2600.74
HSL231º17.86%21.96%-
HSV(B)231º30.3%25.88%-
XYZ3.213.175.6-
YUV50.04137.01125.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=28.57%
G=30.43%
B=40.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4649660.300.2600.7423117.8621.96
Hex2E31421E1A04Ae71216
Octal5661102363201123472226
Binary1011101100011000010111101101001001010111001111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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