Html Css Color HEX #3F4944 Corduroy

📋 copy color: '#3F4944'

red 63 ◦ green 73 ◦ blue 68

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

Shades of Corduroy #3F4944

Tints of Corduroy #3F4944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

 BLUE value IS 68 (26.95% from 255) = 33.33%

R = 30.88%
G = 35.78%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#3F4944 (or 0x3F4944) is known color: Corduroy. HEX triplet: 3F, 49 and 44. RGB value is (63,73,68). Sum of RGB (Red+Green+Blue) = 63+73+68=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4944 is #C0B6BB. Grayscale: #454545. Windows color (decimal): -12629692 or 4475199. OLE color: 4475199.

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

Color convert

RGB 63 73 68 -
CMYK 0.14 0 0.07 0.71
HSL 150º 0.07% 0.27% -
HSV(B) 150º 0.14% 0.29% -
XYZ 5.48 6.24 6.38 -
YUV 69.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 63 73 68 0.14 0 0.07 0.71 150 0.07 0.27
Hex 3F 49 44 E 0 7 47 96 7 1B
Octal 77 111 104 16 0 7 107 226 7 33
Binary 111111 1001001 1000100 1110 0 111 1000111 10010110 111 11011

Color Harmonies of #3F4944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4944

Black with #3F4944

Text Example


Text Example

White with #3F4944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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