Html Css Color HEX #3F433F Grey-Asparagus

📋 copy color: '#3F433F'

red 63 ◦ green 67 ◦ blue 63

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

Shades of Grey-Asparagus #3F433F

Tints of Grey-Asparagus #3F433F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.72%

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

R = 32.64%
G = 34.72%
B = 32.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#3F433F (or 0x3F433F) is known color: Grey-Asparagus. HEX triplet: 3F, 43 and 3F. RGB value is (63,67,63). Sum of RGB (Red+Green+Blue) = 63+67+63=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 67 - color contains mainly: green. Hex color #3F433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F433F is #C0BCC0. Grayscale: #414141. Windows color (decimal): -12631233 or 4145983. OLE color: 4145983.

HSL color Cylindrical-coordinate representation of color #3F433F: hue angle of 120º 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 #3F433F is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 67 63 -
CMYK 0.06 0 0.06 0.74
HSL 120º 0.03% 0.25% -
HSV(B) 120º 0.06% 0.26% -
XYZ 4.95 5.43 5.49 -
YUV 65.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 63 67 63 0.06 0 0.06 0.74 120 0.03 0.25
Hex 3F 43 3F 6 0 6 4A 78 3 19
Octal 77 103 77 6 0 6 112 170 3 31
Binary 111111 1000011 111111 110 0 110 1001010 1111000 11 11001

Color Harmonies of #3F433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F433F

Black with #3F433F

Text Example


Text Example

White with #3F433F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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