#292A3A

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

Shades of Black Rock #292A3A

Tints of Black Rock #292A3A

Color information

#292A3A (or 0x292A3A) is unknown color: approx Black Rock. HEX triplet: 29, 2A and 3A. RGB value is (41,42,58). Sum of RGB (Red+Green+Blue) = 41+42+58=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #292A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A3A is #D6D5C5. Grayscale: #2B2B2B. Windows color (decimal): -14079430 or 3811881. OLE color: 3811881.

HSL color Cylindrical-coordinate representation of color #292A3A: hue angle of 236.47º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #292A3A is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB414258-
CMYK0.290.2800.77
HSL236.47º17.17%19.41%-
HSV(B)236.47º29.31%22.75%-
XYZ2.512.434.34-
YUV43.52136.17126.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=29.08%
G=29.79%
B=41.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4142580.290.2800.77236.4717.1719.41
Hex292A3A1D1C04Dec1113
Octal515272353401153542123
Binary101001101010111010111011110001001101111011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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