#292A35

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

Shades of Black Rock #292A35

Tints of Black Rock #292A35

Color information

#292A35 (or 0x292A35) is unknown color: approx Black Rock. HEX triplet: 29, 2A and 35. RGB value is (41,42,53). Sum of RGB (Red+Green+Blue) = 41+42+53=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #292A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A35 is #D6D5CA. Grayscale: #2A2A2A. Windows color (decimal): -14079435 or 3484201. OLE color: 3484201.

HSL color Cylindrical-coordinate representation of color #292A35: hue angle of 235º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #292A35 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB414253-
CMYK0.230.2100.79
HSL235º12.77%18.43%-
HSV(B)235º22.64%20.78%-
XYZ2.392.383.7-
YUV42.96133.67126.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=30.15%
G=30.88%
B=38.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4142530.230.2100.7923512.7718.43
Hex292A35171504Febd12
Octal515265272501173531522
Binary10100110101011010110111101010100111111101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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