#2D3040

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

Shades of Black Rock #2D3040

Tints of Black Rock #2D3040

Color information

#2D3040 (or 0x2D3040) is unknown color: approx Black Rock. HEX triplet: 2D, 30 and 40. RGB value is (45,48,64). Sum of RGB (Red+Green+Blue) = 45+48+64=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 48 (19.14% from 255 or 30.57% 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 #2D3040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3040 is #D2CFBF. Grayscale: #303030. Windows color (decimal): -13815744 or 4206637. OLE color: 4206637.

HSL color Cylindrical-coordinate representation of color #2D3040: hue angle of 230.53º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D3040 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB454864-
CMYK0.300.2500.75
HSL230.53º17.43%21.37%-
HSV(B)230.53º29.69%25.1%-
XYZ3.063.045.28-
YUV48.93136.51125.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=28.66%
G=30.57%
B=40.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4548640.300.2500.75230.5317.4321.37
Hex2D30401E1904Be71115
Octal5560100363101133472125
Binary1011011100001000000111101100101001011111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,48,64); }

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

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

 a { background-color: rgb(45,48,64); }

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

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

 span { border-color: rgb(45,48,64); }

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