#292B39

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

Shades of Black Rock #292B39

Tints of Black Rock #292B39

Color information

#292B39 (or 0x292B39) is unknown color: approx Black Rock. HEX triplet: 29, 2B and 39. RGB value is (41,43,57). Sum of RGB (Red+Green+Blue) = 41+43+57=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #292B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B39 is #D6D4C6. Grayscale: #2B2B2B. Windows color (decimal): -14079175 or 3746601. OLE color: 3746601.

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

Color convert

RGB414357-
CMYK0.280.2500.78
HSL232.5º16.33%19.22%-
HSV(B)232.5º28.07%22.35%-
XYZ2.522.494.22-
YUV44135.34125.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=29.08%
G=30.50%
B=40.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4143570.280.2500.78232.516.3319.22
Hex292B391C1904Ee81013
Octal515371343101163502023
Binary101001101011111001111001100101001110111010001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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