#313243

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

Shades of Black Rock #313243

Tints of Black Rock #313243

Color information

#313243 (or 0x313243) is unknown color: approx Black Rock. HEX triplet: 31, 32 and 43. RGB value is (49,50,67). Sum of RGB (Red+Green+Blue) = 49+50+67=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 67 - color contains mainly: blue. Hex color #313243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313243 is #CECDBC. Grayscale: #333333. Windows color (decimal): -13553085 or 4403761. OLE color: 4403761.

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

Color convert

RGB495067-
CMYK0.270.2500.74
HSL236.67º15.52%22.75%-
HSV(B)236.67º26.87%26.27%-
XYZ3.423.345.77-
YUV51.64136.67126.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=29.52%
G=30.12%
B=40.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4950670.270.2500.74236.6715.5222.75
Hex3132431B1904Aed1017
Octal6162103333101123552027
Binary1100011100101000011110111100101001010111011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313243; }

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

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

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

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

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

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

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

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