#313344

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

Shades of Black Rock #313344

Tints of Black Rock #313344

Color information

#313344 (or 0x313344) is unknown color: approx Black Rock. HEX triplet: 31, 33 and 44. RGB value is (49,51,68). Sum of RGB (Red+Green+Blue) = 49+51+68=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 68 - color contains mainly: blue. Hex color #313344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313344 is #CECCBB. Grayscale: #343434. Windows color (decimal): -13552828 or 4469553. OLE color: 4469553.

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

Color convert

RGB495168-
CMYK0.280.2500.73
HSL233.68º16.24%22.94%-
HSV(B)233.68º27.94%26.67%-
XYZ3.493.445.95-
YUV52.34136.84125.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 68 (26.95% from 255) = 40.48%
R=29.17%
G=30.36%
B=40.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4951680.280.2500.73233.6816.2422.94
Hex3133441C19049ea1017
Octal6163104343101113522027
Binary1100011100111000100111001100101001001111010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313344; }

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

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

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

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

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

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

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

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