Html Css Color HEX #3F4335 Scrub

📋 copy color: '#3F4335'

red 63 ◦ green 67 ◦ blue 53

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

Shades of Scrub #3F4335

Tints of Scrub #3F4335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 34.43%
G = 36.61%
B = 28.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#3F4335 (or 0x3F4335) is known color: Scrub. HEX triplet: 3F, 43 and 35. RGB value is (63,67,53). Sum of RGB (Red+Green+Blue) = 63+67+53=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4335 is #C0BCCA. Grayscale: #404040. Windows color (decimal): -12631243 or 3490623. OLE color: 3490623.

HSL color Cylindrical-coordinate representation of color #3F4335: hue angle of 77.14º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4335 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 67 53 -
CMYK 0.06 0 0.21 0.74
HSL 77.14º 0.12% 0.24% -
HSV(B) 77.14º 0.21% 0.26% -
XYZ 4.7 5.33 4.15 -
YUV 64.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 63 67 53 0.06 0 0.21 0.74 77.14 0.12 0.24
Hex 3F 43 35 6 0 15 4A 4D C 18
Octal 77 103 65 6 0 25 112 115 14 30
Binary 111111 1000011 110101 110 0 10101 1001010 1001101 1100 11000

Color Harmonies of #3F4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4335

Black with #3F4335

Text Example


Text Example

White with #3F4335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,67,53); }

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

background-color css

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

 a { background-color: rgb(63,67,53); }

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

border-color css

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

 span { border-color: rgb(63,67,53); }

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