#313242

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

Shades of Black Rock #313242

Tints of Black Rock #313242

Color information

#313242 (or 0x313242) is unknown color: approx Black Rock. HEX triplet: 31, 32 and 42. RGB value is (49,50,66). Sum of RGB (Red+Green+Blue) = 49+50+66=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: blue. Hex color #313242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313242 is #CECDBD. Grayscale: #333333. Windows color (decimal): -13553086 or 4338225. OLE color: 4338225.

HSL color Cylindrical-coordinate representation of color #313242: hue angle of 236.47º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313242 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB495066-
CMYK0.260.2400.74
HSL236.47º14.78%22.55%-
HSV(B)236.47º25.76%25.88%-
XYZ3.393.335.62-
YUV51.52136.17126.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 66 (26.17% from 255) = 40%
R=29.70%
G=30.30%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4950660.260.2400.74236.4714.7822.55
Hex3132421A1804Aecf17
Octal6162102323001123541727
Binary110001110010100001011010110000100101011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313242; }

 p { color: rgb(49,50,66); }

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

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

 a { background-color: rgb(49,50,66); }

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

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

 span { border-color: rgb(49,50,66); }

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