#292D40

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

Shades of Black Rock #292D40

Tints of Black Rock #292D40

Color information

#292D40 (or 0x292D40) is unknown color: approx Black Rock. HEX triplet: 29, 2D and 40. RGB value is (41,45,64). Sum of RGB (Red+Green+Blue) = 41+45+64=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #292D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D40 is #D6D2BF. Grayscale: #2D2D2D. Windows color (decimal): -14078656 or 4205865. OLE color: 4205865.

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

Color convert

RGB414564-
CMYK0.360.3000.75
HSL229.57º21.9%20.59%-
HSV(B)229.57º35.94%25.1%-
XYZ2.782.725.23-
YUV45.97138.17124.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=27.33%
G=30%
B=42.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4145640.360.3000.75229.5721.920.59
Hex292D40241E04Be61615
Octal5155100443601133462625
Binary10100110110110000001001001111001001011111001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292D40; }

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

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

<style>
 a { background-color: #292D40; }

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

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

<style>
 span { border-color: #292D40; }

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

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