Html Css Color HEX #3F4745 Corduroy

📋 copy color: '#3F4745'

red 63 ◦ green 71 ◦ blue 69

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

Shades of Corduroy #3F4745

Tints of Corduroy #3F4745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 31.03%
G = 34.98%
B = 33.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#3F4745 (or 0x3F4745) is known color: Corduroy. HEX triplet: 3F, 47 and 45. RGB value is (63,71,69). Sum of RGB (Red+Green+Blue) = 63+71+69=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4745 is #C0B8BA. Grayscale: #444444. Windows color (decimal): -12630203 or 4540223. OLE color: 4540223.

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

Color convert

RGB 63 71 69 -
CMYK 0.11 0 0.03 0.72
HSL 165º 0.06% 0.26% -
HSV(B) 165º 0.11% 0.28% -
XYZ 5.38 5.99 6.5 -
YUV 68.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 63 71 69 0.11 0 0.03 0.72 165 0.06 0.26
Hex 3F 47 45 B 0 3 48 A5 6 1A
Octal 77 107 105 13 0 3 110 245 6 32
Binary 111111 1000111 1000101 1011 0 11 1001000 10100101 110 11010

Color Harmonies of #3F4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4745

Black with #3F4745

Text Example


Text Example

White with #3F4745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,69); }

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

background-color css

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

 a { background-color: rgb(63,71,69); }

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

border-color css

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

 span { border-color: rgb(63,71,69); }

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