#3F4043

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

Shades of Steel Grey #3F4043

Tints of Steel Grey #3F4043

Color information

#3F4043 (or 0x3F4043) is unknown color: approx Steel Grey. HEX triplet: 3F, 40 and 43. RGB value is (63,64,67). Sum of RGB (Red+Green+Blue) = 63+64+67=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F4043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4043 is #C0BFBC. Grayscale: #404040. Windows color (decimal): -12631997 or 4407359. OLE color: 4407359.

HSL color Cylindrical-coordinate representation of color #3F4043: hue angle of 225º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3F4043 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB636467-
CMYK0.060.0400.74
HSL225º3.08%25.49%-
HSV(B)225º5.97%26.27%-
XYZ4.95.136.04-
YUV64.04129.67127.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=32.47%
G=32.99%
B=34.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6364670.060.0400.742253.0825.49
Hex3F40436404Ae1319
Octal77100103640112341331
Binary1111111000000100001111010001001010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,67); }

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

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

 a { background-color: rgb(63,64,67); }

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

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

 span { border-color: rgb(63,64,67); }

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