#394353

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

Shades of Rhino #394353

Tints of Rhino #394353

Color information

#394353 (or 0x394353) is unknown color: approx Rhino. HEX triplet: 39, 43 and 53. RGB value is (57,67,83). Sum of RGB (Red+Green+Blue) = 57+67+83=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #394353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394353 is #C6BCAC. Grayscale: #414141. Windows color (decimal): -13024429 or 5456697. OLE color: 5456697.

HSL color Cylindrical-coordinate representation of color #394353: hue angle of 216.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #394353 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB576783-
CMYK0.310.1900.67
HSL216.92º18.57%27.45%-
HSV(B)216.92º31.33%32.55%-
XYZ5.265.518.97-
YUV65.83137.69121.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=27.54%
G=32.37%
B=40.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5767830.310.1900.67216.9218.5727.45
Hex3943531F13043d9131b
Octal71103123372301033312333
Binary11100110000111010011111111001101000011110110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394353; }

 p { color: rgb(57,67,83); }

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

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

 a { background-color: rgb(57,67,83); }

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

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

 span { border-color: rgb(57,67,83); }

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