Html Css Color HEX #3F443F Grey-Asparagus

📋 copy color: '#3F443F'

red 63 ◦ green 68 ◦ blue 63

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

Shades of Grey-Asparagus #3F443F

Tints of Grey-Asparagus #3F443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

 BLUE value IS 63 (25% from 255) = 32.47%

R = 32.47%
G = 35.05%
B = 32.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#3F443F (or 0x3F443F) is known color: Grey-Asparagus. HEX triplet: 3F, 44 and 3F. RGB value is (63,68,63). Sum of RGB (Red+Green+Blue) = 63+68+63=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 68 - color contains mainly: green. Hex color #3F443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F443F is #C0BBC0. Grayscale: #414141. Windows color (decimal): -12630977 or 4146239. OLE color: 4146239.

HSL color Cylindrical-coordinate representation of color #3F443F: hue angle of 120º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3F443F is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 68 63 -
CMYK 0.07 0 0.07 0.73
HSL 120º 0.04% 0.26% -
HSV(B) 120º 0.07% 0.27% -
XYZ 5.01 5.55 5.51 -
YUV 65.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 63 68 63 0.07 0 0.07 0.73 120 0.04 0.26
Hex 3F 44 3F 7 0 7 49 78 4 1A
Octal 77 104 77 7 0 7 111 170 4 32
Binary 111111 1000100 111111 111 0 111 1001001 1111000 100 11010

Color Harmonies of #3F443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F443F

Black with #3F443F

Text Example


Text Example

White with #3F443F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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