#2D2F40

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

Shades of Black Rock #2D2F40

Tints of Black Rock #2D2F40

Color information

#2D2F40 (or 0x2D2F40) is unknown color: approx Black Rock. HEX triplet: 2D, 2F and 40. RGB value is (45,47,64). Sum of RGB (Red+Green+Blue) = 45+47+64=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D2F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2F40 is #D2D0BF. Grayscale: #303030. Windows color (decimal): -13816000 or 4206381. OLE color: 4206381.

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

Color convert

RGB454764-
CMYK0.300.2700.75
HSL233.68º17.43%21.37%-
HSV(B)233.68º29.69%25.1%-
XYZ3.022.965.26-
YUV48.34136.84125.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.85%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=28.85%
G=30.13%
B=41.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4547640.300.2700.75233.6817.4321.37
Hex2D2F401E1B04Bea1115
Octal5557100363301133522125
Binary1011011011111000000111101101101001011111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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