#313342

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

Shades of Black Rock #313342

Tints of Black Rock #313342

Color information

#313342 (or 0x313342) is unknown color: approx Black Rock. HEX triplet: 31, 33 and 42. RGB value is (49,51,66). Sum of RGB (Red+Green+Blue) = 49+51+66=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 66 - color contains mainly: blue. Hex color #313342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313342 is #CECCBD. Grayscale: #343434. Windows color (decimal): -13552830 or 4338481. OLE color: 4338481.

HSL color Cylindrical-coordinate representation of color #313342: hue angle of 232.94º 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 #313342 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB495166-
CMYK0.260.2300.74
HSL232.94º14.78%22.55%-
HSV(B)232.94º25.76%25.88%-
XYZ3.433.415.63-
YUV52.11135.84125.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=29.52%
G=30.72%
B=39.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4951660.260.2300.74232.9414.7822.55
Hex3133421A1704Ae9f17
Octal6163102322701123511727
Binary110001110011100001011010101110100101011101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313342; }

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

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

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

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

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

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

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

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