#2E303F

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

Shades of Black Rock #2E303F

Tints of Black Rock #2E303F

Color information

#2E303F (or 0x2E303F) is unknown color: approx Black Rock. HEX triplet: 2E, 30 and 3F. RGB value is (46,48,63). Sum of RGB (Red+Green+Blue) = 46+48+63=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E303F is #D1CFC0. Grayscale: #313131. Windows color (decimal): -13750209 or 4141102. OLE color: 4141102.

HSL color Cylindrical-coordinate representation of color #2E303F: hue angle of 232.94º 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 #2E303F is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB464863-
CMYK0.270.2400.75
HSL232.94º15.6%21.37%-
HSV(B)232.94º26.98%24.71%-
XYZ3.083.055.13-
YUV49.11135.84125.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 63 (25% from 255) = 40.13%
R=29.30%
G=30.57%
B=40.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4648630.270.2400.75232.9415.621.37
Hex2E303F1B1804Be91015
Octal566077333001133512025
Binary101110110000111111110111100001001011111010011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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