#292B36

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

Shades of Black Rock #292B36

Tints of Black Rock #292B36

Color information

#292B36 (or 0x292B36) is unknown color: approx Black Rock. HEX triplet: 29, 2B and 36. RGB value is (41,43,54). Sum of RGB (Red+Green+Blue) = 41+43+54=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #292B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B36 is #D6D4C9. Grayscale: #2B2B2B. Windows color (decimal): -14079178 or 3549993. OLE color: 3549993.

HSL color Cylindrical-coordinate representation of color #292B36: hue angle of 230.77º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #292B36 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB414354-
CMYK0.240.2000.79
HSL230.77º13.68%18.63%-
HSV(B)230.77º24.07%21.18%-
XYZ2.442.473.84-
YUV43.66133.84126.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=29.71%
G=31.16%
B=39.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4143540.240.2000.79230.7713.6818.63
Hex292B36181404Fe7e13
Octal515366302401173471623
Binary10100110101111011011000101000100111111100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,43,54); }

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

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

 a { background-color: rgb(41,43,54); }

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

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

 span { border-color: rgb(41,43,54); }

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