Html Css Color HEX #3F433A Mallard

📋 copy color: '#3F433A'

red 63 ◦ green 67 ◦ blue 58

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

Shades of Mallard #3F433A

Tints of Mallard #3F433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.85%

R = 33.51%
G = 35.64%
B = 30.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#3F433A (or 0x3F433A) is known color: Mallard. HEX triplet: 3F, 43 and 3A. RGB value is (63,67,58). Sum of RGB (Red+Green+Blue) = 63+67+58=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 67 - color contains mainly: green. Hex color #3F433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F433A is #C0BCC5. Grayscale: #404040. Windows color (decimal): -12631238 or 3818303. OLE color: 3818303.

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

Color convert

RGB 63 67 58 -
CMYK 0.06 0 0.13 0.74
HSL 86.67º 0.07% 0.25% -
HSV(B) 86.67º 0.13% 0.26% -
XYZ 4.82 5.38 4.79 -
YUV 64.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 63 67 58 0.06 0 0.13 0.74 86.67 0.07 0.25
Hex 3F 43 3A 6 0 D 4A 57 7 19
Octal 77 103 72 6 0 15 112 127 7 31
Binary 111111 1000011 111010 110 0 1101 1001010 1010111 111 11001

Color Harmonies of #3F433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F433A

Black with #3F433A

Text Example


Text Example

White with #3F433A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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