Html Css Color HEX #3F4241 Corduroy

📋 copy color: '#3F4241'

red 63 ◦ green 66 ◦ blue 65

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

Shades of Corduroy #3F4241

Tints of Corduroy #3F4241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

 BLUE value IS 65 (25.78% from 255) = 33.51%

R = 32.47%
G = 34.02%
B = 33.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#3F4241 (or 0x3F4241) is known color: Corduroy. HEX triplet: 3F, 42 and 41. RGB value is (63,66,65). Sum of RGB (Red+Green+Blue) = 63+66+65=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4241 is #C0BDBE. Grayscale: #404040. Windows color (decimal): -12631487 or 4276799. OLE color: 4276799.

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

Color convert

RGB 63 66 65 -
CMYK 0.05 0 0.02 0.74
HSL 160º 0.02% 0.25% -
HSV(B) 160º 0.05% 0.26% -
XYZ 4.95 5.33 5.77 -
YUV 64.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 63 66 65 0.05 0 0.02 0.74 160 0.02 0.25
Hex 3F 42 41 5 0 2 4A A0 2 19
Octal 77 102 101 5 0 2 112 240 2 31
Binary 111111 1000010 1000001 101 0 10 1001010 10100000 10 11001

Color Harmonies of #3F4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4241

Black with #3F4241

Text Example


Text Example

White with #3F4241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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