Html Css Color HEX #3F454F Rhino

📋 copy color: '#3F454F'

red 63 ◦ green 69 ◦ blue 79

#3F454F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #3F454F

Tints of Rhino #3F454F

RGB

 RED value IS 63 (25% from 255) = 29.86%

 GREEN value IS 69 (27.34% from 255) = 32.7%

 BLUE value IS 79 (31.25% from 255) = 37.44%

R = 29.86%
G = 32.7%
B = 37.44%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F454F (or 0x3F454F) is known color: 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

RGB 63 69 79 -
CMYK 0.20 0.13 0 0.69
HSL 217.5º 0.11% 0.28% -
HSV(B) 217.5º 0.2% 0.31% -
XYZ 5.59 5.88 8.24 -
YUV 68.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 63 69 79 0.20 0.13 0 0.69 217.5 0.11 0.28
Hex 3F 45 4F 14 D 0 45 DA B 1C
Octal 77 105 117 24 15 0 105 332 13 34
Binary 111111 1000101 1001111 10100 1101 0 1000101 11011010 1011 11100

Color Harmonies of #3F454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F454F

Black with #3F454F

Text Example


Text Example

White with #3F454F

Text Example


Text Example

HTML Codes & Css Web 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>