#39424F

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

Shades of Rhino #39424F

Tints of Rhino #39424F

Color information

#39424F (or 0x39424F) is unknown color: approx Rhino. HEX triplet: 39, 42 and 4F. RGB value is (57,66,79). Sum of RGB (Red+Green+Blue) = 57+66+79=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #39424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39424F is #C6BDB0. Grayscale: #404040. Windows color (decimal): -13024689 or 5194297. OLE color: 5194297.

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

Color convert

RGB576679-
CMYK0.280.1600.69
HSL215.45º16.18%26.67%-
HSV(B)215.45º27.85%30.98%-
XYZ5.055.338.16-
YUV64.79136.02122.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=28.22%
G=32.67%
B=39.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5766790.280.1600.69215.4516.1826.67
Hex39424F1C10045d7101b
Octal71102117342001053272033
Binary11100110000101001111111001000001000101110101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39424F; }

 p { color: rgb(57,66,79); }

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

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

 a { background-color: rgb(57,66,79); }

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

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

 span { border-color: rgb(57,66,79); }

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