#2E2F40

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

Shades of Black Rock #2E2F40

Tints of Black Rock #2E2F40

Color information

#2E2F40 (or 0x2E2F40) is unknown color: approx Black Rock. HEX triplet: 2E, 2F and 40. RGB value is (46,47,64). Sum of RGB (Red+Green+Blue) = 46+47+64=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E2F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F40 is #D1D0BF. Grayscale: #303030. Windows color (decimal): -13750464 or 4206382. OLE color: 4206382.

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

Color convert

RGB464764-
CMYK0.280.2700.75
HSL236.67º16.36%21.57%-
HSV(B)236.67º28.12%25.1%-
XYZ3.072.985.26-
YUV48.64136.67126.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=29.30%
G=29.94%
B=40.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4647640.280.2700.75236.6716.3621.57
Hex2E2F401C1B04Bed1016
Octal5657100343301133552026
Binary1011101011111000000111001101101001011111011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,47,64); }

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

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

 a { background-color: rgb(46,47,64); }

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

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

 span { border-color: rgb(46,47,64); }

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