Html Css Color HEX #3F3135 Cab Sav

📋 copy color: '#3F3135'

red 63 ◦ green 49 ◦ blue 53

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

Shades of Cab Sav #3F3135

Tints of Cab Sav #3F3135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.7%

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

R = 38.18%
G = 29.7%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3F3135 (or 0x3F3135) is known color: Cab Sav. HEX triplet: 3F, 31 and 35. RGB value is (63,49,53). Sum of RGB (Red+Green+Blue) = 63+49+53=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3135 is #C0CECA. Grayscale: #353535. Windows color (decimal): -12635851 or 3486015. OLE color: 3486015.

HSL color Cylindrical-coordinate representation of color #3F3135: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F3135 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 49 53 -
CMYK 0 0.22 0.16 0.75
HSL 342.86º 0.13% 0.22% -
HSV(B) 342.86º 0.22% 0.25% -
XYZ 3.79 3.51 3.85 -
YUV 53.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 63 49 53 0 0.22 0.16 0.75 342.86 0.13 0.22
Hex 3F 31 35 0 16 10 4B 157 C 16
Octal 77 61 65 0 26 20 113 527 14 26
Binary 111111 110001 110101 0 10110 10000 1001011 101010111 1100 10110

Color Harmonies of #3F3135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3135

Black with #3F3135

Text Example


Text Example

White with #3F3135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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