Html Css Color HEX #3F3F3B Heavy Metal

📋 copy color: '#3F3F3B'

red 63 ◦ green 63 ◦ blue 59

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

Shades of Heavy Metal #3F3F3B

Tints of Heavy Metal #3F3F3B

RGB

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

 GREEN value IS 63 (25% from 255) = 34.05%

 BLUE value IS 59 (23.44% from 255) = 31.89%

R = 34.05%
G = 34.05%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#3F3F3B (or 0x3F3F3B) is known color: Heavy Metal. HEX triplet: 3F, 3F and 3B. RGB value is (63,63,59). Sum of RGB (Red+Green+Blue) = 63+63+59=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 63 - color contains mainly: red, green. Hex color #3F3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3F3B is #C0C0C4. Grayscale: #3E3E3E. Windows color (decimal): -12632261 or 3882815. OLE color: 3882815.

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

Color convert

RGB 63 63 59 -
CMYK 0 0 0.06 0.75
HSL 60º 0.03% 0.24% -
HSV(B) 60º 0.06% 0.25% -
XYZ 4.62 4.93 4.85 -
YUV 62.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 63 63 59 0 0 0.06 0.75 60 0.03 0.24
Hex 3F 3F 3B 0 0 6 4B 3C 3 18
Octal 77 77 73 0 0 6 113 74 3 30
Binary 111111 111111 111011 0 0 110 1001011 111100 11 11000

Color Harmonies of #3F3F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3F3B

Black with #3F3F3B

Text Example


Text Example

White with #3F3F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,63,59); }

 H1.HeaderClassName
 {
   color: #3F3F3B;
 }
 .AnyTagClassName
 {
   color: #3F3F3B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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