Html Css Color HEX #3F4442 Corduroy

📋 copy color: '#3F4442'

red 63 ◦ green 68 ◦ blue 66

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

Shades of Corduroy #3F4442

Tints of Corduroy #3F4442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 31.98%
G = 34.52%
B = 33.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#3F4442 (or 0x3F4442) is known color: Corduroy. HEX triplet: 3F, 44 and 42. RGB value is (63,68,66). Sum of RGB (Red+Green+Blue) = 63+68+66=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4442 is #C0BBBD. Grayscale: #424242. Windows color (decimal): -12630974 or 4342847. OLE color: 4342847.

HSL color Cylindrical-coordinate representation of color #3F4442: hue angle of 156º 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 #3F4442 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 68 66 -
CMYK 0.07 0 0.03 0.73
HSL 156º 0.04% 0.26% -
HSV(B) 156º 0.07% 0.27% -
XYZ 5.1 5.58 5.96 -
YUV 66.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 63 68 66 0.07 0 0.03 0.73 156 0.04 0.26
Hex 3F 44 42 7 0 3 49 9C 4 1A
Octal 77 104 102 7 0 3 111 234 4 32
Binary 111111 1000100 1000010 111 0 11 1001001 10011100 100 11010

Color Harmonies of #3F4442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4442

Black with #3F4442

Text Example


Text Example

White with #3F4442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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