#3F454F

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

Shades of Rhino #3F454F

Tints of Rhino #3F454F

Color information

#3F454F (or 0x3F454F) is unknown color: approx Rhino. HEX triplet: 3F, 45 and 4F. RGB value is (63,69,79). Sum of RGB (Red+Green+Blue) = 63+69+79=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F454F is #C0BAB0. Grayscale: #444444. Windows color (decimal): -12630705 or 5195071. OLE color: 5195071.

HSL color Cylindrical-coordinate representation of color #3F454F: hue angle of 217.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F454F is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB636979-
CMYK0.200.1300.69
HSL217.5º11.27%27.84%-
HSV(B)217.5º20.25%30.98%-
XYZ5.595.888.24-
YUV68.35134.01124.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=29.86%
G=32.70%
B=37.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6369790.200.1300.69217.511.2727.84
Hex3F454F14D045d9b1c
Octal77105117241501053311334
Binary111111100010110011111010011010100010111011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F454F; }

 p { color: rgb(63,69,79); }

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

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

 a { background-color: rgb(63,69,79); }

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

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

 span { border-color: rgb(63,69,79); }

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