#2D2E40

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

Shades of Black Rock #2D2E40

Tints of Black Rock #2D2E40

Color information

#2D2E40 (or 0x2D2E40) is unknown color: approx Black Rock. HEX triplet: 2D, 2E and 40. RGB value is (45,46,64). Sum of RGB (Red+Green+Blue) = 45+46+64=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D2E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2E40 is #D2D1BF. Grayscale: #2F2F2F. Windows color (decimal): -13816256 or 4206125. OLE color: 4206125.

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

Color convert

RGB454664-
CMYK0.300.2800.75
HSL236.84º17.43%21.37%-
HSV(B)236.84º29.69%25.1%-
XYZ2.982.885.25-
YUV47.75137.17126.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.03%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=29.03%
G=29.68%
B=41.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4546640.300.2800.75236.8417.4321.37
Hex2D2E401E1C04Bed1115
Octal5556100363401133552125
Binary1011011011101000000111101110001001011111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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