Html Css Color HEX #3F4843 Plantation

📋 copy color: '#3F4843'

red 63 ◦ green 72 ◦ blue 67

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

Shades of Plantation #3F4843

Tints of Plantation #3F4843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 31.19%
G = 35.64%
B = 33.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#3F4843 (or 0x3F4843) is known color: Plantation. HEX triplet: 3F, 48 and 43. RGB value is (63,72,67). Sum of RGB (Red+Green+Blue) = 63+72+67=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4843 is #C0B7BC. Grayscale: #444444. Windows color (decimal): -12629949 or 4409407. OLE color: 4409407.

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

Color convert

RGB 63 72 67 -
CMYK 0.12 0 0.07 0.72
HSL 146.67º 0.07% 0.26% -
HSV(B) 146.67º 0.13% 0.28% -
XYZ 5.38 6.1 6.2 -
YUV 68.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 63 72 67 0.12 0 0.07 0.72 146.67 0.07 0.26
Hex 3F 48 43 C 0 7 48 93 7 1A
Octal 77 110 103 14 0 7 110 223 7 32
Binary 111111 1001000 1000011 1100 0 111 1001000 10010011 111 11010

Color Harmonies of #3F4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4843

Black with #3F4843

Text Example


Text Example

White with #3F4843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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