#292A38

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

Shades of Black Rock #292A38

Tints of Black Rock #292A38

Color information

#292A38 (or 0x292A38) is unknown color: approx Black Rock. HEX triplet: 29, 2A and 38. RGB value is (41,42,56). Sum of RGB (Red+Green+Blue) = 41+42+56=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #292A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A38 is #D6D5C7. Grayscale: #2B2B2B. Windows color (decimal): -14079432 or 3680809. OLE color: 3680809.

HSL color Cylindrical-coordinate representation of color #292A38: hue angle of 236º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #292A38 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB414256-
CMYK0.270.2500.78
HSL236º15.46%19.02%-
HSV(B)236º26.79%21.96%-
XYZ2.462.414.08-
YUV43.3135.17126.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=29.50%
G=30.22%
B=40.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4142560.270.2500.7823615.4619.02
Hex292A381B1904Eecf13
Octal515270333101163541723
Binary10100110101011100011011110010100111011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,42,56); }

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

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

 a { background-color: rgb(41,42,56); }

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

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

 span { border-color: rgb(41,42,56); }

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