#2E303D

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

Shades of Black Rock #2E303D

Tints of Black Rock #2E303D

Color information

#2E303D (or 0x2E303D) is unknown color: approx Black Rock. HEX triplet: 2E, 30 and 3D. RGB value is (46,48,61). Sum of RGB (Red+Green+Blue) = 46+48+61=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E303D is #D1CFC2. Grayscale: #303030. Windows color (decimal): -13750211 or 4010030. OLE color: 4010030.

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

Color convert

RGB464861-
CMYK0.250.2100.76
HSL232º14.02%20.98%-
HSV(B)232º24.59%23.92%-
XYZ3.033.034.84-
YUV48.88134.84125.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=29.68%
G=30.97%
B=39.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4648610.250.2100.7623214.0220.98
Hex2E303D191504Ce8e15
Octal566075312501143501625
Binary10111011000011110111001101010100110011101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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