Html Css Color HEX #3F3336 Cab Sav

📋 copy color: '#3F3336'

red 63 ◦ green 51 ◦ blue 54

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

Shades of Cab Sav #3F3336

Tints of Cab Sav #3F3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

 BLUE value IS 54 (21.48% from 255) = 32.14%

R = 37.5%
G = 30.36%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3F3336 (or 0x3F3336) is known color: Cab Sav. HEX triplet: 3F, 33 and 36. RGB value is (63,51,54). Sum of RGB (Red+Green+Blue) = 63+51+54=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3336 is #C0CCC9. Grayscale: #363636. Windows color (decimal): -12635338 or 3552063. OLE color: 3552063.

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

Color convert

RGB 63 51 54 -
CMYK 0 0.19 0.14 0.75
HSL 345º 0.11% 0.22% -
HSV(B) 345º 0.19% 0.25% -
XYZ 3.9 3.69 4 -
YUV 54.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 63 51 54 0 0.19 0.14 0.75 345 0.11 0.22
Hex 3F 33 36 0 13 E 4B 159 B 16
Octal 77 63 66 0 23 16 113 531 13 26
Binary 111111 110011 110110 0 10011 1110 1001011 101011001 1011 10110

Color Harmonies of #3F3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3336

Black with #3F3336

Text Example


Text Example

White with #3F3336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,51,54); }

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

background-color css

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

 a { background-color: rgb(63,51,54); }

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

border-color css

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

 span { border-color: rgb(63,51,54); }

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