#292C3C

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

Shades of Black Rock #292C3C

Tints of Black Rock #292C3C

Color information

#292C3C (or 0x292C3C) is unknown color: approx Black Rock. HEX triplet: 29, 2C and 3C. RGB value is (41,44,60). Sum of RGB (Red+Green+Blue) = 41+44+60=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #292C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C3C is #D6D3C3. Grayscale: #2C2C2C. Windows color (decimal): -14078916 or 3943465. OLE color: 3943465.

HSL color Cylindrical-coordinate representation of color #292C3C: hue angle of 230.53º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #292C3C is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB414460-
CMYK0.320.2700.76
HSL230.53º18.81%19.8%-
HSV(B)230.53º31.67%23.53%-
XYZ2.632.64.64-
YUV44.93136.51125.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 60 (23.83% from 255) = 41.38%
R=28.28%
G=30.34%
B=41.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4144600.320.2700.76230.5318.8119.8
Hex292C3C201B04Ce71314
Octal515474403301143472324
Binary1010011011001111001000001101101001100111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,44,60); }

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

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

 a { background-color: rgb(41,44,60); }

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

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

 span { border-color: rgb(41,44,60); }

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