Html Css Color HEX #3F4844 Corduroy

📋 copy color: '#3F4844'

red 63 ◦ green 72 ◦ blue 68

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

Shades of Corduroy #3F4844

Tints of Corduroy #3F4844

RGB

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

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

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

R = 31.03%
G = 35.47%
B = 33.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#3F4844 (or 0x3F4844) is known color: Corduroy. HEX triplet: 3F, 48 and 44. RGB value is (63,72,68). Sum of RGB (Red+Green+Blue) = 63+72+68=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4844 is #C0B7BB. Grayscale: #444444. Windows color (decimal): -12629948 or 4474943. OLE color: 4474943.

HSL color Cylindrical-coordinate representation of color #3F4844: hue angle of 153.33º 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 #3F4844 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 72 68 -
CMYK 0.12 0 0.06 0.72
HSL 153.33º 0.07% 0.26% -
HSV(B) 153.33º 0.13% 0.28% -
XYZ 5.41 6.11 6.36 -
YUV 68.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 63 72 68 0.12 0 0.06 0.72 153.33 0.07 0.26
Hex 3F 48 44 C 0 6 48 99 7 1A
Octal 77 110 104 14 0 6 110 231 7 32
Binary 111111 1001000 1000100 1100 0 110 1001000 10011001 111 11010

Color Harmonies of #3F4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4844

Black with #3F4844

Text Example


Text Example

White with #3F4844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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